Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <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 the lowest subscript in all arrays used in a program.

           n    An integer expression in the range 0 to 32767.

   --------------------------------------------------------------------------

      Notes:    See DIM for an alternative method of setting the lower
                bounds of an array.

                Normally the lowest subscript of all arrays is 0.

See Also: DIM LBOUND UBOUND

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