Try this, to insert a carriage and line feed:
Code:
file_asc_write(fhandle,13);
file_asc_write(fhandle,10);