countStrProp: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Added version.)
m (Conversion script moved page countStrProp to CountStrProp without leaving a redirect: Converting page title to first-letter uppercase)
(No difference)

Revision as of 22:16, 9 February 2023

countStrProp() Function

Introduced in version 1.3b42
Returns the number of keys in a string property list.

Usage

countStrProp(propList)

Example

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