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.