decode

From RPTools Wiki
Revision as of 06:08, 1 December 2008 by Craig (talk | contribs) (New page: ==Function decode== {{ProposedChange}} Decodes a string that was encoded with the encode() function. The encode() and decode() func...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Function decode

 Note: This refers to a proposed change that has not been implemented in the main code base yet.

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

[h: str = decode(string)]

Examples

[h: getStrProp(decode(getStrProp(inv, "Weapons"), "Name")]