Name

MacroExit() — Explicitly returns from a macro

Synopsis

MacroExit()

Explicitly return from a macro. Normally, Macro() automatically exits when it runs out of priorities. MacroExit() provides a method by which a macro may be terminated early.

See Also

Macro()