Concat Function

  • Updated

Generates a string concatenation of two or more expressions.

Syntax

 

Generates a string concatenation of two or more expressions.

 

Concat(value1, value2, ...)

 

 

Arguments:

 

 

 

value

String - A list of expressions to be concatenated.

Remarks

  • Example: Concat("A", "B") returns AB.
  • Example: Concat("A", "B", "C") returns ABC.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.