setLabel: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function setLabel== Sets the Token:label of the Token:Current Token. ===Usage=== <source lang="mtmacro" line> [h: setLabel(str)] </source>)
 
m (Applied Template:MacroFunction)
Line 1: Line 1:
==Function setLabel==
{{MacroFunction
|name=setLabel
|description=
Sets the [[Token:label|label]] of the [[Token:Current Token|Current Token]].  
Sets the [[Token:label|label]] of the [[Token:Current Token|Current Token]].  


===Usage===
|usage=
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: setLabel(str)]
[h: setLabel(str)]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 04:07, 9 March 2009

setLabel() Function

Sets the label of the Current Token.

Usage

[h: setLabel(str)]