You may just want to point an array to a type.
Type udt_something
strTypeSelected as string
strHTML as string
end type
dim aData() as udt_something
aData(i).strTypeSelected = "Something"
aData(i).strHTML = "HTML String"
|
Results 1 to 12 of 12
Thread: Multi ArrayThreaded View
|
Click Here to Expand Forum to Full Width |