qbasic.hlp (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.
TO Keyword
  Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Specifies ranges for:
 
    ■ A CASE clause of a SELECT CASE statement.
    ■ A loop counter in a FOR...NEXT loop.
    ■ Records to lock or unlock in a LOCK...UNLOCK statement.
    ■ Lower and upper bounds in a DIM or REDIM statement.
 
See Also    DIM, REDIM    FOR...NEXT    LOCK, UNLOCK    SELECT CASE