bas7qck.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.
TO Keyword - Different Uses
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
The TO keyword is used to specify ranges in the following statements:
 
    ■ Specify a range in the CASE clause of a SELECT CASE statement.
    ■ Specify the range for the loop counter in a FOR...NEXT loop.
    ■ Specify a range of records to lock or unlock in a networked
      environment, in the LOCK...UNLOCK statement.
    ■ Separate the lower and upper bounds of an array specification
      in a DIM or REDIM statement.