Framework:COUNT: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|COUNT]] | |||
[[Category:Functions - client-side|COUNT]] | [[Category:Functions - client-side|COUNT]] | ||
[[de:Framework:COUNT]] | [[de:Framework:COUNT]] | ||
Revision as of 15:34, 23 May 2012
Function
COUNT(<Number 1>, <Number 2>, …, <Number n>)
| Parameter | Description |
| Number 1 to n | Numeric expression |
Result
Returns the number of elements.
Example
COUNT(1, 2, 3, 4)
Result: 4.