Hi,

I have an object (it will be of varying types) and I would like to access its properties, without knowing what they are. e.g.

for each property in object
MyFunc(property.name, property.value)
next

Is this possible?

Thanks,

- Gavin
[email protected]