&&prompt

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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