
Help: VB3: Arrays of arrays possible?
I have a need using VB Pro 3.0/Win to create an array of arrays, where
all are dynamically allocated. The first array(1-n) basically needs
pointers to other arrays. Is this possible? Note I don't want a two
dimentional array as the second dimention depends on the index into the
first array (e.g., 1 may have 6 entries, 2 may have 3, 3 none, etc.)
Upgrading to VB 4 is not an option at this time.
Thanks for your help.