qck.hlp (Table of Contents; Topic list)
LBOUND, UBOUND Functions
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns the lowest and highest element (smallest and largest available
 subscript) for the specified array dimension.
 
    LBOUND(array [,dimension%])
    UBOUND(array [,dimension%])
 
    ■ array         Any valid array name
 
    ■ dimension%    (Default - 1) Array dimension whose lower or upper
                    boundary is returned; use 1 for the first dimension, 2
                    for the second dimension, and so on
 
 See Also
    OPTION BASE Statement            REDIM Statement
    Variables Summary