DADiSP Worksheet Functions > A - E > DELFUN
Clears a function from memory.
DELFUN("name")
"name" |
- |
A string. The name of the SPL function to delete. |
delfun(test)
clears the function test from the current Worksheet.
The SPL function is cleared from memory, but the actual source file is preserved.
CLEAR also clears a function:
clear test