DEBUG: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 14: Line 14:
:For an example macro see  [[Calc_Geo_Extents]]
:For an example macro see  [[Calc_Geo_Extents]]
[[Category:Debug]]
[[Category:Debug]]
{{Language}}
{{Internal_Macro_Functions}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}
{{}}

Revision as of 14:49, 2 August 2010

Up

Command

DEBUG
DEBUG
DEBUG <label>, <var name> (max 50 variables)


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