It would be very useful if we are able to type the Arrays as we do in Java.
Here is the solution:
http://www.dannypatterson.com/Resources/Blog/EntryDetail.cfm?id=98
You can basically add the following metadata tag to have a type-safe Array:
[ArrayElementType("Number")]
public var numlist:Array;
Quite useful! Is it not?
