[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
OPTION BASE Set Minimum Array Subscript
OPTION BASE n
Specifies the lowest subscript in all arrays used in a program.
n An integer expression in the range 0 to 32767.
--------------------------------------------------------------------------
Notes: See DIM for an alternative method of setting the lower
bounds of an array.
Normally the lowest subscript of all arrays is 0.
See Also:
DIM
LBOUND
UBOUND
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson