Add

Overview

Returns the sum of the provided values.

Syntax

Add(1, 2)

Function Properties

Ordinal Type Description
1 numeric Required First value to add
2 numeric Required Second value to add

Usage

Given @abc=10 and @def=20

%%=Add(@abc,@def)=%%

The system returns:

30
Last Updated: Jun 8, 2021