Array Dimension « Array « Flash / Flex / ActionScript






1.Working with Single-Dimension Arrays
2.Multidimensional Arrays
3.Create a single array in which each element is a string containing both pieces of data, separated by a delimiter such as a colon (:)
4.The idea behind parallel arrays is to create two (or more) arrays in which the elements with the same indices are related.
5.Working with Multidimensional Arrays
6.With multidimensional arrays, concat( ) or slice( ) only duplicates the top level of the array
7.Storing Complex or Multidimensional Data
8.Working with multiple sets of data: create a multidimensional array
9.Use nested for loop to deal with multiple sets of data








10.You can specify the properties of the object in any order you like
11.Creating an Associative Array
12.Create an associative array by adding properties to object
13.Compose dynamic properties
14.Two ways to add properties to dynamic object
15.Reading Elements of an Associative Array