Explanation
OPTION BASE Statement
Sets the default lower bound for array subscripts.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.
OPTION BASE {0 | 1} |
The DIM statement TO clause provides a better way to set the lower bound of an array subscript. |
See also: | DIM, REDIM | LBOUND, UBOUND |