Explanation
TO Keyword
Worth knowing
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
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 |