ArrayLen
Previous Top Next

Returns the length (size) of an array.
Syntax: ArrayLen (Array [,Dimension])
Dimension - ArrayLen will return the length of the specified dimension. The default is 1.

Example:
i = ArrayLen (items())