&&prompt

From m204wiki
Revision as of 17:29, 23 August 2022 by Ekern (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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