findToken

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

Function encode

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


Encodes a string that was can be decoded with the decode() function. The decode() and encode() functions can be used to encode a property list so that it can be embedded within another property list.


Usage

[h: str = encode(string)]

Examples

[h: innerPropList = encode("val1=blah;val2=blahblah")]
[h: props = setStrProp(props, key, innerPropList)]