DEBUG: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
:DEBUG "deubug example2", a$, q1 | :DEBUG "deubug example2", a$, q1 | ||
:For an example in a real macro see [[Calc_Geo_Extents]] | |||
[[Category:Internal_Macro_Functions]] | [[Category:Internal_Macro_Functions]] |
Revision as of 20:43, 29 July 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 in a real macro see Calc_Geo_Extents