Futurebasic/Language/Reference/clear statement

Clear

Statement

✔ Appearance ✔ Standard ✔ Console

Syntax

CLEAR

Description

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

[CLEAR] LOCAL statement

Language Reference