ArraySize (Byref Arr_ID, Byref Arr_DIM )
Returns the number of elements in a given dimension of an array.
Example:
Dim a [
4
,
5
]
ArraySize ( a,
2
)
This returns 5.