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

 

RESETMACROS

Purpose:

Deletes all user defined macros and resets system macros.

Syntax:

RESETMACROS(verbose)

verbose

-

Optional. An integer, the warning flag:

0:

do not display a warning message

1:

display a warning message (default)

Example:

resetmacros

 

deletes all user defined macros and resets system macros to their original definitions.

 

resetmacros(1)

 

same as above accept a warning message is displayed.

Remarks:

RESETMACROS is useful for restoring macros to their original startup state.

See Also:

#UNDEFINE

CLEAR

CLEAROPL

DELALLFUNCTIONS