ivanirjoao
07-25-2006, 10:01 AM
Hi,
How can I get attribute's name in a object.
Ex.: new Object({id:5, name:'Joćo'})
How can I know the name of the attributes that are inside the object?
like Java Reflection
Debug list all the properties of an object when I call Debug.inspect( object )
can anyone tell me how can I do that?
Joćo Kreuzberg
How can I get attribute's name in a object.
Ex.: new Object({id:5, name:'Joćo'})
How can I know the name of the attributes that are inside the object?
like Java Reflection
Debug list all the properties of an object when I call Debug.inspect( object )
can anyone tell me how can I do that?
Joćo Kreuzberg