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>$dynamic declare arrays dynamic by default</b> http://www.X-Hacker.org [<<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

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