# Combine Text
Grammar — text1 + text2
Flags —Operator
|Function
Combines two text strings together.
# Arguments
text
— Text 1text
— Text 2
Returns — text
(#PARAM(text1) + #PARAM(text2))
# Related
Category: String / Combining
# Examples
— None found —