Option Base (statement)
Syntax | Option Base {0 | 1} |
Description | Sets the lower bound for array declarations. |
Comments | By default, the lower bound used for all array declarations is 0. This statement must appear outside of any functions or subroutines. |
Example |
|
See Also | Dim (statement); Public (statement); Private (statement). |