Framework:COUNT: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


COUNT(<Number 1>, <Number 2>, …, <Number n>)
<span {{CoPFormel}}>COUNT(<Number 1>, <Number 2>, …, <Number n>)</span>
 


{| class="wikitable" width="80%"
{| class="wikitable" width="80%"
Line 12: Line 11:
|Numeric expression
|Numeric expression
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Result==
==Result==
Returns the number of elements.
Returns the number of elements.


==Example==
==Example==
 
<span {{CoPFormel}}>COUNT(1, 2, 3, 4)</span><br>
COUNT(1, 2, 3, 4)<br>
Result: 4.
Result: 4.


__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|COUNT]]
[[Category:Functions - client-side|COUNT]]
[[Category:Functions - client-side|COUNT]]
[[de:Framework:COUNT]]
[[de:Framework:COUNT]]

Latest revision as of 08:43, 24 May 2012

Function

COUNT(<Number 1>, <Number 2>, …, <Number n>)

Parameter Description
Number 1 to n Numeric expression

This function belongs to client-side functions.

Result

Returns the number of elements.

Example

COUNT(1, 2, 3, 4)
Result: 4.