Hi, > I'm populating an array with objects. > When I trace out the array I get > ==[object Object] > Whats the best way to trace out the contents of the objects once they're > in the array? >
There are different ways It could be as simple as trace( myArray.toSource( 0 ) ); for more info see: http://www.burrrn.com/projects/core2.html http://www.burrrn.com/documentation/core2/files/buRRRn/core2/Array-es.html#A rray.toSource http://live.burrrn.com/browser/ECMA-262/core2/branches/core2_v1.0.x/src/buRR Rn/core2/Array.es#L710 HTH zwetan _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

