I've got a situation where I need to maintain a set of arrays. The number of arrays is dynamic - determined by the user. The type of the arrays is known - they are all LONG arrays. The UBOUND of the arrays can vary. Any suggestions on how I can best manage them?
If all the arrays had the same dimension (UBOUND), I'd just create a multi-dimension array to house them.
If all the arrays had the same dimension (UBOUND), I'd just create a multi-dimension array to house them.
Comment