dos_compilers/Microsoft QuickBASIC v3/manual/ng47f3.html

37 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2024-07-01 22:00:14 +02:00
<HTML>
<HEAD><TITLE>QuickBASIC 3.0 - Long Entry</TITLE></HEAD>
<BODY>
<A HREF="ng4642.html">[&lt;&lt;Previous Entry]</A>
<A HREF="ng320.html">[^^Up^^]</A>
<A HREF="ng49b8.html">[Next Entry&gt;&gt;]</A>
<A HREF="menu.html" >[Menu]</A>
<A HREF="info.html">[About The Guide]</A>
<HR>
<PRE>
<B>$DYNAMIC Declare Arrays Dynamic</B>
<B>REM</B> <B>$DYNAMIC</B>
Makes the default array allocation dynamic.
--------------------------------------------------------------------------
<B>Notes:</B> $DYNAMIC makes all subsequent arrays dynamic except for
those that are implicitly DIMensioned (i.e. used without a
DIM statement). Implicitly DIMensioned arrays are always
static.
</PRE>
<HR>
<B>See Also:</B>
<A HREF="ng4c6c.html">$STATIC</A>
<A HREF="ngdcd0.html">DIM</A>
<A HREF="ngff2b.html">ERASE</A>
<A HREF="ng1250d.html">FRE</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>