You want to get a new line while writing in your file, right?
I think it's the same like '\r\n', but I use this sometimes:
Code:
file_asc_write(hndFile,13);
file_asc_write(hndFile,10);