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
Printable View
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
Hi cube,
write \r\n (0x0D 0x0A) to the file.
Martin