Iterating thru User-Defined Data Type Property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Public Structure MyDataType
dim LName as string
dim FName as string

'other procedures/methods/property statements

End Structure

please look at the codes above...

is there any way to iterate thru the variables by using

for... each statement

like for example

for each variable in MyDataType
next

Please help.

Thanks in advance.
 

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

Back
Top