Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>option base set minimum array subscript</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson