|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Iterating thru User-Defined Data Type Propertydim 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.
Show quote
Hide quote
"Ronin" <Ro***@discussions.microsoft.com> schrieb
http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondiscoveringtypeinformationatruntime.asp
> 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 Armin Thanks boss
Show quoteHide quote "Armin Zingler" wrote: > "Ronin" <Ro***@discussions.microsoft.com> schrieb > > 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 > > > http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondiscoveringtypeinformationatruntime.asp > > > Armin > >
I digress
How do I open an nonmodal owned form over a mdi container ? Thesaurus & internationalisation Web Service Deployment Issues Obfuscation Select Case and If Then Decisions Identifying and killing processes How do one delete index.dat? how to get the Process Username with runas /netonly Threading reference |
|||||||||||||||||||||||