countStrProp: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New page: ==Function countStrProp== Returns the number of keys in a string property list. ===Usage=== <source lang="mtmacro" line> [h: num = countStrProp...)
(No difference)

Revision as of 13:19, 1 December 2008

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.