DEBUG: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
mNo edit summary
Line 8: Line 8:
===Example===
===Example===
:DEBUG "deubug example", r1, a1
:DEBUG "deubug example", r1, a1
:DEBUG "deubug example2", a$, q1


[[Category:Internal_Macro_Functions]]
[[Category:Internal_Macro_Functions]]

Revision as of 16:34, 23 July 2010

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