version 6.0
An expression that uses a string operator returns a string. The following table shows the string operators:
Operation | Syntax | Returns | Expression | Value |
Concatenation | String + String | String | "abc" + "def" | "abcdef" |
Repetition | String * Number | String | "ab" * 3 | "ababab" |
See Also
Bitwise Operators, Comparison Operators, Date Operators, Logical Operators, Numeric Operators, Operators, Picture Operators, Time Operators.