If by the length of an array, you mean the number of elements, then you should take a look at two functions LBound and UBound which return the lower bound subscript and upper bound subscript respectively.
The Number of elements is then UBound(Array) - LBound(Array) + 1
Good Luck
-------------- As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.