BE_ArrayGetSize ( array )
Returns the size in number of elements in a stored array. Technically equivalent to ValueCount for the list before it was stored as an array.
Version : 3.3.0
Parameters :
array : The index number of the previously stored array.
Result : A number corresponding to the number of elements in the array.
0 Comments