DADiSP Worksheet Functions > Function Categories > Macro and Command File Functions > #UNDEFINE

 

#UNDEFINE

Purpose:

Deletes a macro from the current Worksheet.

Syntax:

#UNDEFINE name

name

-

The name of the macro to delete.

Example:

#undefine autocor

 

deletes the macro autocor.

Remarks:

See UNDEFMACRO and CLEAR for a functional equivalents of #UNDEFINE.

See Also:

#DEFAULT

#DEFINE

#UNDEFALL

CLEAR

RESETMACROS

UNDEFMACRO