qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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