dos_compilers/Microsoft QuickBASIC v3/manual/ng22467.html
2024-07-01 13:00:14 -07:00

37 lines
1.1 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng21818.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng2265a.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>OPTION BASE Set Minimum Array Subscript</B>
<B>OPTION</B> <B>BASE</B> <U>n</U>
Specifies whether the lowest subscript in all arrays used in a program
is 0 or 1.
<U>n</U> Must be 0 or 1. The default is 0.
----------------------------------------------------------------------
<B>Notes:</B> 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.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng175c1.html">LBOUND</A>
<A HREF="ng314eb.html">UBOUND</A>
<HR>
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by <A HREF="http://www.acemake.com/hagbard">Dave Pearson</A>
<HR>
</BODY>
</HTML>