The Option
Base
statement determines the default base number for the
indexing of variable arrays created within a CitectVBA file, and
like other Option
statements in
CitectVBA, should be declared at the beginning of your CitectVBA
code files.
There are two settings for the Option Base
statement in CitectVBA:
For an example of using the Option Base statement, see Fixed Size Arrays
See Also