Array Data Type
Arrays are used to hold lists of data and sometimes even lists of lists. Here's an example of an array:
For more on arrays, see Chapter 10.
var myArray_array:Array = new Array("David","Mike","Bart");
![]() |
|
Index |
![]() |
For more on arrays, see Chapter 10.
var myArray_array:Array = new Array("David","Mike","Bart");