--- In flexcoders@yahoogroups.com, "Tracy Spratt" <tspr...@...> wrote:
>
> Store the ArrayCollections in some structure, like an associative
> array/Object/hashmap, or an Array, or a Dictionary.  With an assoc.
> array, you use bracket notation to add the Acs as properties.
> 
>  
> 
> var acTemp = new ArrayCollection(myArray)
> 
> _oDataProviders["myArrayName"] = acTemp;

To add to what Tracy said, check out Q1:
http://www.magnoliamultimedia.com/flex_examples/Amys_Flex_FAQ.pdf

Reply via email to