DEBUG: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[:Category:Debug|{{Up}}]] | [[:Category:Debug|{{Up}}]] | ||
{{Command|syntax=[[Image:debug.png|right|DEBUG]]DEBUG <nowiki>[<caption>], <var name></nowiki> ( | {{Command|syntax=[[Image:debug.png|right|DEBUG]]DEBUG <nowiki>[<caption>], <var name>, <var name>...</nowiki> (between 1 and 50 variables) | ||
|description=:Show the current value of macro variables. | |description=:Show the current value of macro variables. | ||
Latest revision as of 18:59, 13 January 2011
Command
- Show the current value of macro variables.
Parameters
- Optional caption text.
- <var name>
- Variable name
Example
- DEBUG r1, a1
- DEBUG "debug example", a$, q1
- For an example macro see Calc_Geo_Extents