Looping through a user defined type?

  • Thread starter Thread starter plh
  • Start date Start date
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
 
Back
Top