|
Paul Hudson wrote:
"\x0AAA". Is that a line feed followed by two As, or a linefeed followed by a byte with value 0xAA? I think it should be exactly two hex digits.
You're right, with this syntax it seems to be the only choice (and changing the syntax wouldn't probably be a good idea).
Enrico