DADiSP Worksheet Functions > Function Categories > Macro and Command File Functions > UNDEFMACRO

 

UNDEFMACRO

Purpose:

Deletes a macro from the current Worksheet.

Syntax:

UNDEFINE("name")

"name"

-

A string, the name of the macro to delete.

Example:

undefmacro("autocor")

 

deletes the macro autocor.

Remarks:

UNDEFINE is the functional equivalent to the #UNDEFINE command line directive.

See Also:

#DEFAULT

#DEFINE

#UNDEFALL

CLEAR

RESETMACROS

UNDEFALLMACROS