deleteStrProp

From RPTools Wiki
Revision as of 13:24, 1 December 2008 by Craig (talk | contribs)
Jump to navigation Jump to search

Function deleteStrProp

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

Usage

[h: props = deleteStrProp(props, key)]

Examples

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

Returns "b=doh; c=meh".