file_text_read_real(fileid)

fileid = the id of the file returned by file_text_open_read

 

Reads the value on 1 line of the file and returns the value. If using file_text_read_real then the value being read MUST be a number or an error will be returned.

 

Example

read = file_text_read_real(file1);

 

Ari - Revision #'1