getLabel: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Function getLabel==
{{MacroFunction
|name=getLabel
|description=Returns the [[Token:label{{!}}label]] for the [[Token:Current Token{{!}}Current Token]].


Returns the [[Token:label|label]] for the [[Token:Current Token|Current Token]].
|usage=
 
===Usage===
<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: label = getLabel()]
[h: label = getLabel()]
</source>
</source>
}}
[[Category:Token Function]]

Revision as of 03:46, 7 March 2009

getLabel() Function

Returns the label for the Current Token.

Usage

[h: label = getLabel()]