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>clear reset all variables</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLEAR                    Reset All Variables

 CLEAR

    Sets all numeric variables to 0 and all string variables to null.
    CLEAR also turns off any event trapping that is on.

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

      Notes:    CLEAR destroys pending return addresses left on the stack
                by GOSUB, FOR/NEXT, and WHILE/WEND.

                Unlike the Interpreter, Turbo Basic doesn't let you
                dynamically set stack and data space by means of CLEAR.

See Also: $STACK ERASE

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