DUMP VARIABLES

From Macros Wiki
Jump to navigationJump to search

Up

Command

DUMP_VARIABLES <filename>


Output the names and values of all currently defined variables to a text file.

Parameters

<filename>
Filename as either text in double quotes, or a text variable.
If the filename does not contain full path information, then the file will be opened in the same folder as the macro.

Example

DUMP_VARIABLES "MacroVars.txt"