Click to See Complete Forum and Search --> : Array


Blue Sky
April 16th, 2001, 05:57 AM
How can I check how many elements in the array?
Does it use lower bound to find out ?
I forget the syntax

Sharathms
April 16th, 2001, 06:22 AM
Ubound(array)

Vijooo
April 16th, 2001, 06:55 AM
U can use LBound(ArrayName) to get the Lower Bound and
UBound(ArrayName) to get the Upper Bound.