Microsoft®
JScript lbound Method |
Language Reference Version 3
|
Returns the lowest index value used in the specified dimension of a VBArray. Note: This is ONLY available in JScript (not in Javascript)
safeArray.lbound(dimension)The lbound method syntax has these parts:
Part Description safeArray Required. A VBArray object. dimension Optional. The dimension of the VBArray for which the lower bound index is wanted. If omitted, lbound behaves as if a 1 was passed.
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.
© 1997 by Microsoft Corporation. All rights reserved.
Comments: