RPTools

Personal tools
From MapToolDoc

deleteStrProp

deleteStrProp() Function

Introduced in version 1.3b42

Returns a copy of the string property list with the specified key removed.

Usage

  1. deleteStrProp(props, key)

Example

  1. [r: deleteStrProp("a=blah; b=doh; c=meh", "a")]

Returns "b=doh; c=meh".