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 optional dimension parameter is used to specify the dimension of a multi-dimensional array. |