file_text_writeln(fileid)

fileid = the id of the file returned by file_text_open_write or file_text_open_append

 

This goes to the next line in the file you are writing too.

 

Example

file_text_writeln(file1);

 

Ari - Revision #'1