Some Texteditors have problems with \n.
I write my own function for that:

void WRITE_ENTER(my_handle)
{
file_str_write (my_handle,"
");
}

between the two "" you have to press enter. Now you can call WRITE_ENTER(Filehandle); and in all Texteditors you have a new line...

Last edited by Widi; 04/17/10 11:50.