file_text_read_string(fileid)
fileid = the id of the file returned by file_text_open_read
Reads 1 line from the file and returns the string. The value can be any alphanumerical character.
Example
read = file_text_read_string(file1);
Ari - Revision #'1