You copied the Doc URL to your clipboard.
Table 25 shows
the string manipulation operators. In CC,
both A
and B
must
be strings. In the slicing operators LEFT
and RIGHT
:
A
must be a string.B
must be a numeric expression.
Operator | Usage | Explanation |
---|---|---|
|
| B concatenated onto the end of A |
|
| The left-most B characters of A |
|
| The right-most B characters of A |