I'm getting little blocks when I write \n or \r to a text file, I've fixed this before, but can't remember how! Anyhelp? BTW, I'm copying the string "hello \n\r" from a
CString
to a
char cBuf[100]
using strcpy
Cheers
Steve