G
Guest
If you define a structur
Private Structure Str
Dim X as Intege
Dim Y as Strin
End Structur
Is there a way to populate the structre when you define the array
Dim XX() as StrX = Str((1,'A'), (2,'B')
Thank
David
Private Structure Str
Dim X as Intege
Dim Y as Strin
End Structur
Is there a way to populate the structre when you define the array
Dim XX() as StrX = Str((1,'A'), (2,'B')
Thank
David