countStrProp

From RPTools Wiki
Revision as of 13:19, 1 December 2008 by Craig (talk | contribs) (New page: ==Function countStrProp== Returns the number of keys in a string property list. ===Usage=== <source lang="mtmacro" line> [h: num = countStrProp...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.