String Concatenation Operator
The string concatenation operator (&) is used to concatenate two strings.
Operand Type
Example
Result
String
and
String
"
My
" & "
Name
"
"
MyName
"
Parent topic:
Operators