I want to clone an mx:Label object.  I thought I should be able to use

for (var i: String in label){
    trace(i);
}

to test cycling through the properties of my label, but no luck.  
There's no compile error, but it also doesn't loop.  I've tried this 
directly on the label object and inside a function where the label would 
be cast as an Object.  Shouldn't I be able to treat any object as an 
associative array?

Dave


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to