TEXT + TEXT ( + Operator )

The TEXT + TEXT operator returns a single text value by concatenating the two text values you specify. .

The + operator works with any two text values including text variables, text expressions, and functions returning text values.

Operator Description After you drag and drop the operator into the script tab: Expression returns:
TEXT + TEXT TEXT + TEXT Replace both TEXT placeholders with the variables you want to add/concatenate in your script. A TEXT value.

Example

Street Address + ", " + City + ", " + State

Download

After you download the example template, you can import the template to any workspace to see this example code in action.