Prev Page Next Page
ArrayLen
Previous Top Next

Returns the length (size) of a single specified dimension of an array. If the dimension is omitted the default is 1, the leftmost dimension.

Syntax: ArrayLen (Array [, Dimension])

Example:
Dim items(5,10)
...
i = ArrayLen (items)
Prev Page Next Page
Converted from CHM to HTML with chm2web Pro 2.85 (unicode)