getName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function getName== Returns the name of the current Token:token. <source lang="mtmacro" line> [h: macros = getName()] </source>)
 
No edit summary
Line 1: Line 1:
==Function getName==
==Function getName==
Returns the name of the current [[Token:token|token]].
Returns the name of the [[Token:Current Token|Current Token]].


<source lang="mtmacro" line>
<source lang="mtmacro" line>
[h: macros = getName()]
[h: macros = getName()]
</source>
</source>

Revision as of 13:09, 13 December 2008

Function getName

Returns the name of the Current Token.

[h: macros = getName()]