Returns the sum of all objects in the Collection. The included objects have to support the + operator.
| sum() | |||
|---|---|---|---|
| Argument | |||
| Return value | String, Integer or Double | Sum of the included objects | |
| Formula | Result |
|---|---|
| =List{1,2,3,4}.sum | 10 |
This functionality is only available for certain module packages.