Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

JScript VBArray Object lbound Method

Returns the lowest index value used in the specified dimension of a VBArray.

Syntax: JScript VBArray Object lbound Method

safeArray.lbound(dimension)

Arguments: JScript VBArray Object lbound Method

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: JScript VBArray Object lbound Method

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.