C
CK
How would you define a dynamic array in a UDT? For instance, how could I do
something like:
Type InventoryList
nItems As Long
inventory(1 to nItems) As Long
End Type
Cheers.
something like:
Type InventoryList
nItems As Long
inventory(1 to nItems) As Long
End Type
Cheers.