GetLen
Previous
Top
Next
Returns the length (size) of a
single specified dimension of an array specified at runtime. If the dimension is omitted the default is 1, the leftmost dimension.
Syntax: GetLen (ArrayName [, Dimension])
Example:
Dim items(5,10)
...
i = GetLen ("items")
Converted from CHM to HTML with
chm2web Pro 2.85 (unicode)