|
No one else responded so I’ll take a
shot. For dynamic properties, like in an
mx:object, the for..in loop should return a reference to each property. So
maybe something like: Var sXML:String = “<root>” For (var prop in myObject) { sXML += “<” + prop
+ “>” + myObject[prop] + “</” + prop + “/>”; } sXML += “</root>” Tracy From: I have an array that my user is editing in a data
grid. I want to be -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Conversion from Array to XML Tracy Spratt
- [flexcoders] Re: Conversion from Array to XML wayne_badu_johnson
- Re: [flexcoders] Conversion from Array to XML DUANE NICKULL

