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 |
Option Base 1 Sub Main() |
See Also |
O |