Arrays allow you to store multiple values in a single data structure. Arrays can be simple indexed arrays that store values using fixed ordinal integer indexes. Arrays can be more complex associative arrays that store values using arbitrary keys. Arrays can also be multidimensional arrays that contain elements which are themselves arrays.
Tuesday, December 18, 2012
Programming Actionscript 3. Powered by Blogger.