VarDump command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|width="50%"| '''Action:''' | |width="50%"| '''Action:''' | ||
|width="50%"| | |width="50%"| | ||
<span class="f_Para">Displays the current values of all [[ | <span class="f_Para">Displays the current values of all [[Passing a command argument to a macro|macro variables]] defined during this Client session. The message is normally displayed in a standard Windows informational box (entitled </span><span class="term">varDump for Macro</span><span class="f_Para">). If the [[Using the console and command line#The Console|macro console]] is open, however, the message is sent to the console instead. </span> | ||
'''Syntax:''' | '''Syntax:''' |
Revision as of 02:35, 18 December 2022
Action: |
Displays the current values of all macro variables defined during this Client session. The message is normally displayed in a standard Windows informational box (entitled varDump for Macro). If the macro console is open, however, the message is sent to the console instead. Syntax: varDump The command output is a display of the count of the number of macro variables, followed by an alphabetically ordered list of the individual variables (including &argstring) in name="value" format. For example 8 macro variables &a1="1" &a2="-1" &a3="666" &a4="4" &a5="5" &a6="All work and no play makes jack a dull boy..." &argstring="" &b="1" |
Client menu: | -- |
Introduced: | Build 28 |