Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>$dynamic declare arrays dynamic</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
$DYNAMIC                 Declare Arrays Dynamic

 REM $DYNAMIC

    Makes the default array allocation dynamic.

   --------------------------------------------------------------------------

      Notes:    $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.

See Also: $STATIC DIM ERASE FRE

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