getTokenLabel: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page GetTokenLabel to getTokenLabel: Converting page titles to lowercase) |
m (Text replacement - "source>" to "syntaxhighlight>") |
||
Line 9: | Line 9: | ||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
getTokenLabel() | getTokenLabel() | ||
</ | </syntaxhighlight> | ||
}} | }} | ||
[[Category:Token Function]] | [[Category:Token Function]] |
Revision as of 20:55, 14 March 2023
Note: This function has been deprecated. Refer to getLabel() for current functionality.
getTokenLabel() Function
• Introduced in version 1.3b40
Gets the label of the current token.
Usage
<source lang="mtmacro" line> getTokenLabel() </syntaxhighlight>