DUMP VARIABLES: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Up}} {{Command|syntax=DUMP_VARIABLES <filename> |description=:Store all the variables used in a defined .txt file. |param1=<filename>|param1_desc={{filename... |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=DUMP_VARIABLES <filename> | {{Command|syntax=DUMP_VARIABLES <filename> | ||
|description=: | |description=:Output the names and values of all currently defined variables to a text file. | ||
|param1=<filename>|param1_desc={{filename}} | |param1=<filename>|param1_desc={{filename}} | ||
Line 8: | Line 8: | ||
===Example=== | ===Example=== | ||
: | :DUMP_VARIABLES "MacroVars.txt" | ||
[[Category:Miscellaneous]] | [[Category:Miscellaneous]] |
Latest revision as of 19:03, 16 August 2010
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"