Previous Topic

Next Topic

LBound - MaxBasic Function

LBound (Arrayname: String): Number

Returns a number containing the smallest available subscript for the dimension of an array or JSON array.

The LBound function is used with the UBound function to determine the size of an array. Use the UBound function to find the upper limit of an array dimension.

LBound function syntax has these named arguments:

Parameter

Description

Array Name

Required. Name of the array variable; follows standard variable naming conventions.

See Also

Array Functions

Book Contents

Book Index