Expressions

Expressions are like miniature program statements that you can use to perform calculations and tests in AutoPlay Media Studio. They consist of strings containing operators and values arranged in an order or "syntax" that AutoPlay Media Studio understands. At run time, AutoPlay Media Studio evaluates or "interprets" these expressions and resolves them to a single result.

Examples:

%FirstName% + " " + %LastName%

 

100 / (50 * 2) + 3 - (12 / 4)

 

%Total% - (%Total% * %TaxRate%)

You can use expressions in IF, WHILE and Variable - Set Value actions.

Next: Conditional Expressions