7.26.3 lbound Method

Returns the lowest index value used in the specified dimension of a VBArray.
Syntax
safeArray.lbound(dimension)
Arguments
- safeArray
- A VBArray object. Required.
- dimension
- The dimension of the VBArray for which the lower bound index is wanted. If omitted, the lbound method behaves as if a 1 was passed. Optional.
Remarks
If the VBArray is empty, the lbound method returns undefined. If dimension is greater than the number of dimensions in the VBArray, or is negative, the method generates a "Subscript out of range" error.
Copyright © 2000 Chili!Soft
|