Tuesday, January 18, 2011

jBase Infobasic Command CLEAR

The CLEAR statement will initialize all the variables to numeric 0.

Command Syntax

CLEAR

Notes

Use CLEAR at any time during the execution of the program.

Command Syntax

Var1 = 99
Var2 = 50
CLEAR

No comments:

Post a Comment