\x and strings



Hello

Suppose I want to compose the following string:

a\x1bc which is 'a' + \x1 + 'bc'

But when I specify this value, I get a C2022 error.

How to tell that only \x1 is the character and not \x1b or \1x1bc ?

Regards,
Elias


.



Relevant Pages


Loading