LBound()

Top  Previous  Next

LBound() - Determines the first element of an array

Description

The Lbound() functions is used to determine the smallest available subscript for the specified dimension of an array.

LBound(array[, dimension])

Parameters
The array parameter is the name of the array.

The optional dimension parameter is used to specify the dimension of a multi-dimensional array.