CitectVBA Programming Reference > Understanding CitectVBA Language Basics > Option Statements > Option Base statement

Option Base statement

The Option Basestatement determines the default base number for the indexing of variable arrays created within a CitectVBA file, and like other Optionstatements in CitectVBA, should be declared at the beginning of your CitectVBA code files.

There are two settings for the Option Basestatement in CitectVBA:

For an example of using the Option Base statement, see Fixed Size Arrays

See Also

Arrays of Variables

Option Statements