[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
OPTION BASE Set Minimum Array Subscript
OPTION BASE n
Specifies whether the lowest subscript in all arrays used in a program
is 0 or 1.
n Must be 0 or 1. The default is 0.
----------------------------------------------------------------------
Notes: The OPTION BASE statement, if used, must be executed
before any arrays are defined or used. Only one OPTION
BASE statement per compilation is allowed.
See Also:
LBOUND
UBOUND
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson