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

44 lines
1.4 KiB
HTML

<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ngfc6d.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng101c4.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>ERASE Reset Static Array or Deallocate Dynamic Array</B>
<B>ERASE</B> <U>arrayname</U>[,<U>arrayname</U>]...
Resets or deallocates one or more arrays.
<U>arrayname</U> The name of an array variable (do not include
parentheses).
----------------------------------------------------------------------
<B>Notes:</B> ERASE resets all elements of a static numeric array to 0
and all elements of a static string array to null.
ERASE deallocates storage for a dynamic array, allowing
storage to be reallocated by means of DIM or REDIM.
Static arrays may not be reDIMensioned.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng7c2f.html">CLEAR</A>
<A HREF="ngdcd0.html">DIM</A>
<A HREF="ng2a6f2.html">REDIM</A>
<A HREF="ng4c6c.html">$STATIC</A>
<A HREF="ng47f3.html">$DYNAMIC</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>