listCount: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:listCount moved to listCount) |
(No difference)
|
Revision as of 02:43, 9 March 2009
listCount() Function
Usage
[h: count = listCount(list)]
[h: count = listCount(list, delim)]
If delim is not specified then the default value of ',' is used as the value separator in the string list
Example
[r: listCount("This, is, a, test")]
Returns 4
[r: listCount("This: is: a: test",":")]