deleteStrProp: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) No edit summary |
Verisimilar (talk | contribs) m (Macros:Functions:deleteStrProp moved to deleteStrProp) |
(No difference)
|
Revision as of 01:30, 7 March 2009
deleteStrProp() Function
Returns a copy of the string property list with the specified key removed.
Usage
[h: props = deleteStrProp(props, key)]
Example
[r: deleteStrProp("a=blah; b=doh; c=meh", "a")]