STOP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Up}} {{Command|syntax=STOP <message> |description=:Stops the macro and shows a message. |param1=<message>|param1_desc= {{message}} }} ===Example=== :STOP [[...
 
Mikeo (talk | contribs)
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 4: Line 4:
|description=:Stops the macro and shows a message.
|description=:Stops the macro and shows a message.


|param1=<message>|param1_desc= {{message}}
|param1=<message>|param1_desc={{text}}
 
}}
}}
===Example===
===Example===
:STOP
:STOP "End of Macro"
 
:For an example macro see [[Backup_Current_Part]]
[[Category:Miscellaneous]]
[[Category:Miscellaneous]]

Latest revision as of 23:27, 12 January 2011

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