Or use a simple for-in loop if your "generic object" is literally an
Object or some other class that's declared as "dynamic".

 

Gordon Smith

Adobe Flex SDK Team

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alex Harui
Sent: Friday, April 18, 2008 10:57 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Looping over Object of Objects..

 

See ObjectUtil.getClassInfo

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jonese
Sent: Friday, April 18, 2008 9:37 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Looping over Object of Objects..

 

I have an generic object which has 0 - N number of generic objects
inside it. The internal objects don't follow any form of naming
scheme.

how would i co about looping over this object in order to access the
internal objects?

jonese

 

Reply via email to