countStrProp: Difference between revisions
Jump to navigation
Jump to search
Full Bleed (talk | contribs) m (Added delim to usage and added parameters section.) |
Full Bleed (talk | contribs) m (Added delim to usage and added parameters section.) |
(No difference)
|
Latest revision as of 23:59, 14 November 2024
countStrProp() Function
• Introduced in version 1.3b42
Returns the number of keys in a string property list.
Usage
countStrProp(propList)
countStrProp(propList, delim)
Parameters
proplist
- String property list to extract data from.delim
- Delimiter between fields (default is ";").
Example
[r: countStrProp("a=blah; b=doh; c=meh")]