1 LBOUND The LBOUND function returns the lower bound of a dimension of a compile-time or run-time dimensioned array. Example dim_num% = LBOUND(A%,2) 2 Syntax num-var = LBOUND (array-name [,num-exp])