Framework:SUM
From CoPlanner 11
Jump to navigationJump to search
Function
SUM(<Number 1>, <Number 2>, …, <Number n>)
| Parameter | Description |
| Number 1 to n | Numeric expression |
This function belongs to client-side functions.
Result
Returns the sum of the parameters.
Example
SUM(1, 2, 3, 4)
Result: 10.