countStrProp: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 01:04, 7 March 2009

countStrProp() Function

Returns the number of keys in a string property list.

Usage

[h: num = countStrProp(propList)]

Example

[r: countStrProp("a=blah; b=doh; c=meh")]
Returns 3.