STOP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 7: Line 7:
}}
}}
===Example===
===Example===
:STOP
:STOP "End of Macro"


:For an example macro see [[Backup_Current_Part]]
:For an example macro see [[Backup_Current_Part]]
[[Category:Miscellaneous]]
[[Category:Miscellaneous]]

Revision as of 23:27, 12 January 2011

Up

Command

STOP <message>


Stops the macro and shows a message.

Parameters

<message>
Message [set_text

Example

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