Kelvin Stott
Active Member
- Joined
- Oct 26, 2010
- Messages
- 338
I am working with dynamic arrays that may be assigned from a variety of sources (variable ranges, data strings, or other arrays) and need a simple way/function to count how many dimensions an array has at any moment, so that I can use other functions to manipulate the array in the correct manner, depending on the number of dimensions.
Is there a simple function/formula to count the current number of dimensions in a dynamic array, without having to keep track of this with an independent variable?
Again, any help would be much appreciated, thanks!
Best regards,
Kelvin
Is there a simple function/formula to count the current number of dimensions in a dynamic array, without having to keep track of this with an independent variable?
Again, any help would be much appreciated, thanks!
Best regards,
Kelvin