Evaluate command: Difference between revisions
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Constructs and runs a Client command. The </span><span class="f_Monospace">evaluate</span><span clas...") |
No edit summary |
||
Line 12: | Line 12: | ||
<span class="f_Para">where: </span> | <span class="f_Para">where: </span> | ||
*<span class=" | *<span class="term">&var</span><span class="f_ListBul1"> is a </span><span class="f_Para">previously defined </span><span class="f_ListBul1">[[Working with macro variables|macro variable]]. </span> | ||
* <span class=" | * <span class="term">string1</span><span class="f_ListBul1"> and </span><span class="term">string2 </span><span class="f_ListBul1">are</span><span class="f_Para"> single or double quoted string literals. </span> | ||
* <span class="f_Para">As of Build 69, an invocation of a Debugger Client [[ | * <span class="f_Para">As of Build 69, an invocation of a Debugger Client [[Working with Client functions (Debugger)|&&function]] may also be used.</span> | ||
<span class="f_Para">No blanks are placed between the argument values when they are concatenated, so you may have to add blanks with quoted string values. </span> | <span class="f_Para">No blanks are placed between the argument values when they are concatenated, so you may have to add blanks with quoted string values. </span> |
Revision as of 15:24, 29 November 2022
Action: |
Constructs and runs a Client command. The evaluate argument values are concatenated into a single string and run as a Client command. Syntax: evaluate {&var|'string1'|"string2"|&&function} ... where:
No blanks are placed between the argument values when they are concatenated, so you may have to add blanks with quoted string values. Here is a macro definition that makes heavy use of the evaluate command: # historyButtons.macro: Assign extrabutton<extrBtn>-<extrBtn+3> |
Client menu: | — |
Introduced: | Build 57 |