<pause> Stops (pauses) macro execution until user presses 'Enter' key.
Command Tree: | Macro Flow Control \ Wait \ Pause For Input | |||
. | ||||
Syntax: | <pause>
|
|||
. | ||||
. | ||||
Example: | <#> This macro shows how to use 'pause' command <#> <commands_only_on> <msg>(100,100,"Start Notepad and press 'Enter' key.","Message",0) <pause> <msgoff> <actwin>("notepad",0,0,"no") <commands_only_off>Dear Mr. <msg>(100,100,"Insert the customer name and press 'Enter' key.","Message",0)<pause><msgoff>, we are writing you this letter because... |