Click to See Complete Forum and Search --> : CFile.Write


cube01
August 28th, 1999, 06:43 AM
how can I write a carriage return to a file?
I mean how can I tell cFile to write to the line below the current line?

thanks.. cube

Martin Speiser
August 28th, 1999, 06:46 AM
Hi cube,

write \r\n (0x0D 0x0A) to the file.


Martin