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>erase reset static array or deallocate dynamic array</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ERASE                    Reset Static Array or Deallocate Dynamic Array

 ERASE arrayname[,arrayname]...

    Resets or deallocates one or more arrays.

   arrayname    The name of an array variable (do not include
                parentheses).

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

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

See Also: CLEAR DIM REDIM $STATIC $DYNAMIC

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