Re: \x and strings



"Martin Richter [MVP]" <martin.richter@xxxxxxxx> wrote in message
news:d3laie$d1s$1@xxxxxxxxx

If it is a non-unicode string a\x01bc will do it.

If it is a unicode string use
a\x001bc


Have you tried compiling this? (It doesn't compile for me.)


-- John Carson .


Loading