DADiSP Worksheet Functions > Function Categories > Variables > DELVARIABLE
Deletes the specified variable associated with the current Worksheet.
DELVARIABLE("name")
"name" |
- |
A string. The name of the global variable to delete. |
delvariable(B)
deletes the variable B from the current Worksheet.
Use SPLREAD to restore variables in SPL files.
DELVARIABLE can be abbreviated DELVAR.
The CLEAR function can also delete a variable:
clear b