can i iterate through object properties.

H

hazz

i'd like to iterate through the public properties of a class.

eg.
for i = 0 to someArrayList.Count
for j = first public property of a Class to the Last public property of
a Class '?????
if someArrayList.name.text = object[?].name
...do something...
end if.

thanks,
-hazz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top