sum (Math & String functions)
Compatible with:
- Purpose
- This command is similar to arithmetic addition which performs addition on the list of numeric values provided.
- Syntax
- sum(listOfValues, variableName)
- Target
- listOfValues - the list of numeric values to be added, separated by comma(,)
- Value
- variableName - the name of a variable in which the result is to be stored.
- Return Value
- Result (Sum of the values provided)