Concat Operator

  • Updated

Generates a string concatenation of two or more expressions.

Syntax

 

Generates a string concatenation of two or more expressions.

 

expression1 & expression2

 

 

Arguments:

 

 

 

expression1

Expression

 

 

expression1

Expression

Remarks

  • Example: "A" & "B" returns AB.
  • Example: "A" & "B" & "C" returns ABC.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.