file_text_readln(fileid)

fileid = the id of the file returned by file_text_open_read

 

Goes to the next line in the file you are reading.

 

Example

file_text_readln(file1);

 

Ari - Revision #'1