Data Transformation Engine Functions and Expressions Reference Guide

Chapter 1 - Expressions and Evaluations Operators
Functions and Expressions Reference Guide
28
Operators
Operators are used for arithmetic functions and text functions on items. If an
operator requires two operands, the operator symbol appears between them. For
example, in the expression a + b, the operator symbol "+" appears between the
operands a and b.
Operators are reserved symbols that cannot be used in type names.
Arithmetic Operators
Operator Description
+ addition
- subtraction
* multiplication
/ division
Text Operators
Operator Description
+ concatenation