Function "addition"

Summary

Adds two numbers. Both Integers and Doubles are possible. Use '.' as decimal separator and make sure to enclose the numbers in '' (i.e. '1.5'). Returns the result of the addition The function belongs to the group "Math".

The return type is text.

Allowed number of parameters are 2.


Parameters

Parameter Description
1 Number 1 to add
2 Number 2 to add