RPTools

Personal tools
From MapToolDoc

encode

encode() Function

Introduced in version 1.3b48

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

  1. encode(str)

Example

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