result = fgets ( fileHandle ) ;
handle fileHandle
- The handle of a file opened for read access.
string result
- string
The next line from the file.
The STATUS variable is set to $ACKNOWLEDGE
- NULLString
At the end of file, the result is "".
The STATUS variable is set to %EOF
%EOF : At the end of file, the result is "".
%ARGUMENT : Invalid arguments. Usage: result = fgets ( fileHandle ) ;
%FILE : Invalid file handle.
None
None