&&prompt: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Pauses a macro while you supply an argument value for a command that is specified within the macro, t...")
 
(No difference)

Latest revision as of 17:29, 23 August 2022

Action:

Pauses a macro while you supply an argument value for a command that is specified within the macro, then continues running the macro using the supplied value for the command.

Syntax:

&&prompt("string" | &var

where:

  • string is any single- or double-quoted character string.
  • &var is a macro variable. This option is new in Build 58.

Described further in Passing a command argument to a macro.

Introduced: Build 27