Futurebasic/Language/Reference/clear statement

Clear

edit

Statement

edit

✔ Appearance ✔ Standard ✔ Console

Syntax

edit
CLEAR

Description

edit

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

[CLEAR] LOCAL statement

Language Reference