if I get an object, I want to enumerate the properties.

Ex:
var object:Object = someClass.someFunc();

var val1:String = object["key1"];

How do I list all the keys in an object?

.V



Reply via email to