setProperty: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function setProperty== Sets the value of a token property of the Current Token. <source lang="mtmacro" line> [h: val = setProperty(name, val...) |
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
|name=setProperty | |||
|description= | |||
Sets the value of a [[Token:property| token property]] of the [[Token:Current Token|Current Token]]. | |||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: val = setProperty(name, value)] | [h: val = setProperty(name, value)] | ||
</source> | </source> | ||
}} | |||
[[Category:Property Function]] |
Revision as of 04:28, 9 March 2009
setProperty() Function
Sets the value of a token property of the Current Token.
Usage
[h: val = setProperty(name, value)]