[flexcoders] Re: Expression for an array object name?

2006-09-28 Thread jnewport
How can I print out what obj contains? I have tried trace(obj.toString()), but I get [object object]. Thanks for your help you don't know how much I appreciate it. J --- In flexcoders@yahoogroups.com, EECOLOR [EMAIL PROTECTED] wrote: Hello, maybe something like this: monthlysVO =

Re: [flexcoders] Re: Expression for an array object name?

2006-09-28 Thread Dave Carabetta
On 9/28/06, jnewport [EMAIL PROTECTED] wrote: How can I print out what obj contains? I have tried trace(obj.toString()), but I get [object object]. I believe you can just do trace( ObjectUtil.toString(obj) ); to get that dump. Regards, Dave. -- Flexcoders Mailing List FAQ: