The LBOUND function
returns the lower bound of a one-dimensional array or the lower bound
of a specified dimension of a multidimensional array. Use LBOUND in
array processing to avoid changing the lower bound of an iterative
DO group each time you change the bounds of the array. LBOUND and
HBOUND can be used together to return the values of the lower and
upper bounds of an array dimension.