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}}]] | |||
{{Command|syntax=[[Image:debug.png|right|DEBUG]]DEBUG <label>, <nowiki><var name></nowiki> (max 50 variables) | {{Command|syntax=[[Image:debug.png|right|DEBUG]]DEBUG <label>, <nowiki><var name></nowiki> (max 50 variables) | ||
|description=:View the value of variables. | |description=:View the value of variables. |
Revision as of 14:42, 2 August 2010
Command
- View the value of variables.
Parameters
- <label>
- Text to be displayed.
- <var name>
- Set the value of a number variable
Example
- DEBUG "deubug example", r1, a1
- DEBUG "deubug example2", a$, q1
- For an example macro see Calc_Geo_Extents