STOP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 8: Line 8:
===Example===
===Example===
:STOP
:STOP
:For an example macro see [[Backup_Current_Part]]
[[Category:Miscellaneous]]
[[Category:Miscellaneous]]

Revision as of 17:35, 12 August 2010

Up

Command

STOP <message>


Stops the macro and shows a message.

Parameters

<message>
Display a message, must be in double quotes

Example

STOP
For an example macro see Backup_Current_Part