Method
add — Calculate the sum of a set of numbers and returns the result.
Description
Method add performs the sum of all numbers passed as arguments. The minimum number of arguments is one. For instance {{add(5)}}
would output 5
. Method add returns the sum of set of numbers;
Structure of the method:
add(number, number, number...)
Parameters
number — You can enter as many numbers as you want and separate parameters with comma.
Examples
{{add(2, 100.5, 32)}} //Output: 134.5
To stay updated with the latest features, news and how-to articles and videos, please join our group on Facebook, Flexie CRM Academy and subscribe to our YouTube channel Flexie CRM.