Skip to content
Martin Danielsson edited this page Jul 23, 2015 · 2 revisions

Add operator. Adds two numeric expressions and returns the sum.

What Type
Syntax Add(a, b)
a int
b int
Return type int

Example: Add(Int($field1), Int($field2))

Clone this wiki locally