Skip to main content

String Concatenate Operator (_)

String Concatenate Operator (_)

The string Concatenate operator (_) interprets its two operands as strings and returns a string value that appends the second string to the first string.

The following example writes the string Highchair to the current device.

  WRITE "High"_"chair"

For details, see the String Concatenate (_) reference page.

FeedbackOpens in a new tab