countStrProp
Function countStrProp
Returns the number of keys in a string property list.
Usage
[h: num = countStrProp(propList)]
Examples
[r: countStrProp("a=blah; b=doh; c=meh")]
Returns 3.
Returns the number of keys in a string property list.
[h: num = countStrProp(propList)]
[r: countStrProp("a=blah; b=doh; c=meh")]
Returns 3.