countStrProp

From RPTools Wiki
Jump to navigation Jump to search

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")]
Returns 3.