Looping through a user defined type?

P

plh

Is there a way of looping though a user defined type without having to name each
element? Something that would amount to:

For each Thing in myUserDefinedType
'Dosomething
Next Thing

In the one I am concerned with there are user defined types within
myUserDefinedType in addition to strings, integers, etc.

Thank You,
-plh
 

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