countStrProp: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "source>" to "syntaxhighlight>") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 5: | Line 5: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
countStrProp(propList) | countStrProp(propList) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|example= | |example= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[r: countStrProp("a=blah; b=doh; c=meh")] | [r: countStrProp("a=blah; b=doh; c=meh")] | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 18:53, 14 March 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")]