[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
$DYNAMIC Declare Arrays Dynamic by Default
$DYNAMIC
Makes the default array allocation dynamic.
--------------------------------------------------------------------------
Notes: You can also declare an array dynamic by including the
DYNAMIC keyword in the array's DIM statement.
The default allocation is static, although dynamic arrays
provide a better use of memory.
Arrays that have variable dimensions and are common or
local to a procedure or function are always dynamic.
See Also:
$STATIC
DIM
ERASE
FRE
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson