Cause
A single bar (|) was interpreted as an attempt to specify concatenation, but the concatenation operator was a double bar (||).
Action
Enter a double bar (||) for concatenation or remove the single bar (|) if concatenation was not intended.
Error Message
the concatenate operator is ||, not |
A single bar (|) was interpreted as an attempt to specify concatenation, but the concatenation operator was a double bar (||).
Enter a double bar (||) for concatenation or remove the single bar (|) if concatenation was not intended.