LBOUND
Syntax
Description
Returns the array lower bound of the given dimension. If dimension is not specified, it defaults to 0.
If the given dimension is 0, then total number of dimensions is returned.
Examples
The result is always a 16bit integer value.
If <dimension> is 0 the number of dimensions in the array is returned
(use it to guess the number of dimensions of an array):
Remarks
- This function does not exist in Sinclair BASIC.