There's also a performance issue there, since some array operations(ie. splice) are more expensive than in dictionaries and some dictionaries operations(ie. for in) are more expensive than array ones.
Leandro Ferreira On 3/11/08, Hans Wichman <[EMAIL PROTECTED]> wrote: > > On a sidenote, it's pretty easy to implement for as2 too btw, although the > performance is probably not uber. > I gotta admit once you get used to object-to-object mapping ... ;) > On Tue, Mar 11, 2008 at 9:07 PM, Claus Wahlers <[EMAIL PROTECTED]> > wrote: > > > > Claus Wahlers wrote: > > > > > An associative Array behaves similar to a Dictionary. > > > > (if you are using string keys) > > > > Cheers, > > Claus. > > _______________________________________________ > > Flashcoders mailing list > > [email protected] > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

