Quote Originally Posted by jimblumberg View Post
The '\' is considered a special character, called the escape character. To print this special character you must use the escape character to tell the compiler you mean the character '\' not this special character so you need to use two '\' characters to print this character "\\".

Jim
So basically i cant have this kind of output? \xf5\x23\xc4\x00\x00\xe7\xf5\xf5\x00\x00\x00\x29?