Similar to that last solution...

import mx.utils.ObjectUtil;
trace(ObjectUtil.toString(obj));

Van De Velde Hans wrote:
Yes, there is, do this :

import mx.data.binding.ObjectDumper;

// usage of static function toString like this
trace(ObjectDumper.toString(theObjectYouWantToDump));



Regards,

Hans Van de Velde
Senior Multimedia Developer

e-mail: [EMAIL PROTECTED]
direct: +32 2 745 58 51

Digital Age Design SA/NV
Rue Colonel Bourg 105A
B-1140 Brussels
Tel. +32 2 706 05 40
Fax: +32 2 706 05 69
www.dad.be

member of LB Icon        logo DAD       

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of judah
Sent: woensdag 15 februari 2006 5:16
To: Flashcoders mailing list
Subject: Re: [Flashcoders] vardump an object in ActionScript?

Hi Josh,

You can check out this Enumerator class at this dudes website www.judahfrangipane.com. Heard he's a weirdo tho.

Josh McDonald wrote:

Hi, I'm wondering if there's any way to just dump out all there is to
know about an object in ActionScript similar to PHP's vardump()? It's
easily done with for(foo in bar) in JS, but that doesn't seem to work.

Any pointers much appreciated :)

Cheers,
-Josh



_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to