3.13

@@Evaluate

Use @@Evaluate when you want to perform an arithmetic operation and place the result in the document.

Syntax:

@@Evaluate(<expr>)

Parameters:

<expr>

The arithmetic expression you want to evaluate. The expression can contain tokens, literal numbers, or a combination of both. Arithmetic within the expression follows the standard order of operations (PEMDAS). Parentheses are allowed within the expression. Use the following symbols to denote the desired arithmetic operation:

+

addition

-

subtraction

*

multiplication

/

division

Example

@@Format(@@Evaluate(#Terms.AgEstAnnPremium/12), '$#,#0.##')