August 18th, 1999, 05:01 AM
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
gavinh@tesl.com
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
gavinh@tesl.com