decode
decode() Function
• Introduced in version 1.3b48
Decodes a string that was encoded with the encode() function. The encode() and decode() functions can be used to encode a property list so that it can be embedded within another property list.
Usage
<syntaxhighlight lang="mtmacro" line> decode(str) </source>
Example
<syntaxhighlight lang="mtmacro" line>
[h: getStrProp(decode(getStrProp(inv, "Weapons"), "Name")]
</source>