DADiSP Worksheet Functions > Function Categories > Variables > DELVARIABLE

 

DELVARIABLE

Purpose:

Deletes the specified variable associated with the current Worksheet.

Syntax:

DELVARIABLE("name")

"name"

-

A string. The name of the global variable to delete.

Example:

delvariable(B)

 

deletes the variable B from the current Worksheet.

Remarks:

Use SPLREAD to restore variables in SPL files.

 

DELVARIABLE can be abbreviated DELVAR.

 

The CLEAR function can also delete a variable:

 

clear b

See Also:

CLEAR

DELALLFUNCTIONS

DELALLVARIABLES

DELETEHANDLE

DELFUN

GETVARIABLE

SETVARIABLE

SPLREAD