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>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
                the array to be reDIMensioned.

                Static arrays may not be reDIMensioned.

See Also: $DYNAMIC $STATIC CLEAR DIM

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