Hello,
I need to create a 3D array, first two dimensions are associative arrays and the 3rd one is indexed. Here is what I am trying to do: myArray["1992"]["February"] -- this will generate an array of objects which will be used as dataprovider for my chart. BTW the number of elements are unknown, the number of Associative string are also unknown, so I do have to create the array dynamically. Please suggest or point me to an example. The example in http://livedocs.adobe.com was not enough for my inquiry. Regards....

