F_READ_LINE
Syntax
int_val = F_READ_LINE( f, value );
- Input arguments
-
int f The handle of the file.
- Input arguments
-
string value The read string.
Return Values
- Success:
-
int The number of characters in the string.
- Failure:
-
int -1 Script interface error.
Description
This function reads a string of characters from the opened file associated with file handle 'f' and places it into 'value'. The first newline character terminates input. The newline character itself is not included in the string.