getName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
(Applied Template:MacroFunction)
Line 1: Line 1:
==Function getName==
{{MacroFunction
Returns the name of the [[Token:Current Token|Current Token]].
|name=getName
|description=Returns the name of the [[Current Token]].


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

Revision as of 02:40, 8 March 2009

getName() Function

Returns the name of the Current Token.

Usage

[h: macros = getName()]