FITNR. Backslash inside a string literal now treats the next character literally. In other words...

"abc\"def\\gh\ijkl"

...is treated as the string literal...

abc"def\ghijkl
_________________________
-- roger