Concatenating Strings

Concatenating is the act of stringing two items together in consecutive order. You can write code that concatenates two or more strings in Siebel eScript.

To concatenate strings

  • Use the plus (+) operator between two strings.