result = fget ( fileHandle ) ;
handle fileHandle
- The handle of a file opened for read access.
list result
- list
A list of values, appropriately typecast, read from the file. Values are delimited by white space characters
The STATUS variable is set to $ACKNOWLEDGE
- NULLString
At the end of stdin, the result is "".
The STATUS variable is set to %EOF
%EOF : At the end of stdin, the result is "".
%ARGUMENT : Invalid arguments. Usage: result = fget ( fileHandle ) ;
%FILE : Invalid file handle.
None
None