Explain how the & operator works on text.
Answers
Answered by
2
& (Ampersand) Operator
Behavior: Creates a text string by combining values one after another. Both operands are converted to text representations if they are not already text before concatenation.
Answered by
2
Answer: Behavior: Creates a text string by combining values one after another. Both operands are converted to text representations if they are not already text before concatenation.
Similar questions