deleteStrProp
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".
Returns a copy of the string property list with the specified key removed.
[h: props = deleteStrProp(props, key)]
[r: deleteStrProp("a=blah; b=doh; c=meh", "a")]
Returns "b=doh; c=meh".