STOP

From Macros Wiki
Revision as of 23:27, 12 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

STOP <message>


Stops the macro and shows a message.

Parameters

<message>
A text string, in double quotes, for example "my text" or a string variable, for example a$

Example

STOP "End of Macro"
For an example macro see Backup_Current_Part