You are here: Building Expressions > Character Strings > Character Concatenation

Character Concatenation

Other than comparison, the only operator valid for character strings is “+” for concatenation. For example:

"ABC" + "def" = "ABCdef"