Futurebasic/Language/Reference/clear statement
Appearance
Clear
[edit | edit source]Statement
[edit | edit source]✔ Appearance ✔ Standard ✔ Console
Syntax
[edit | edit source]CLEAR
Description
[edit | edit source]Sets all global and "main" program variables (including array elements) to zeros or null strings. Variables defined in local functions are not affected (see the LOCAL statement).
See Also
[edit | edit source][CLEAR] LOCAL statement