deleteStrProp
deleteStrProp() Function
• Introduced in version 1.3b42
Returns a copy of the string property list with the specified key removed.
Usage
<source lang="mtmacro" line> deleteStrProp(props, key) </syntaxhighlight>
Example
<source lang="mtmacro" line>
[r: deleteStrProp("a=blah; b=doh; c=meh", "a")] </syntaxhighlight>
Returns "b=doh; c=meh".