VarDump command

From m204wiki
Revision as of 14:31, 13 July 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Displays the current values of all macro variables defined duri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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