// JP opened flex table

Click to See Complete Forum and Search --> : Square characters when using Seek function (CFile class)


Salim S
November 2nd, 2001, 05:34 AM
Hello all,
I'm writing in a file and i need to write in a define position in a file (.doc).
I'm using Seek function (CFile class) and i have square characters when i use it.
Anyone know why?
Thanks by advance.
Bye.

snoopy779ind
November 21st, 2001, 05:43 AM
for a newline you shouldnt use \n alone, you need to add a \r before the newline character

//JP added flex table