PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Iterating thru User-Defined Data Type Property
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Iterating thru User-Defined Data Type Property
![]() |
Iterating thru User-Defined Data Type Property |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
"Ronin" <Ronin@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/e...onatruntime.asp Armin |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks boss
"Armin Zingler" wrote: > "Ronin" <Ronin@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/e...onatruntime.asp > > > Armin > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

