Framework:COUNT: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== COUNT(Number 1, Number 2, …, Number n) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-colo..."
 
No edit summary
 
(4 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%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|- {{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Number 1 to n
|Number 1 to n
|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.