DADiSP Worksheet Functions > A - E > DELFUN

 

DELFUN

Purpose:

Clears a function from memory.

Syntax:

DELFUN("name")

"name"

-

A string. The name of the SPL function to delete.

Example:

delfun(test)

 

clears the function test from the current Worksheet.

Remarks:

The SPL function is cleared from memory, but the actual source file is preserved.

 

CLEAR also clears a function:

 

clear test

See Also:

#DEFFUN

CLEAR

CLEAROPL

DELALLFUNCTIONS

FUNCTIONS

SPLREAD

SPLWRITE