MESSAGE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
[[:Category:Miscellaneous|{{Up}}]]
[[:Category:Miscellaneous|{{Up}}]]


{{Command|syntax=MESSAGE <text> [<caption>] [<1/0>]  
{{Command|syntax=MESSAGE <text> <nowiki>[<caption>] [<</nowiki>1/0>]  
|description=:Store all the variables used in a defined .txt file.
|description=:Store all the variables used in a defined .txt file.



Revision as of 17:31, 12 August 2010

Up

Command

MESSAGE <text> [<caption>] [<1/0>]


Store all the variables used in a defined .txt file.

Parameters

<text>
A text string, in double quotes, for example "my text" or a string variable, for example a$
[]
Message Box title text. Either use text in double quotes, or a string variable.
  Note - this text is required if using the OK and CANCEL option
[<1/0>]
0 for OK button only
1 for OK and Cancel buttons

Example

MESSAGE "draw a contour?" 1
For an example macro see Explode_Shape