[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson