Home / lang / eof 
Eof
Syntax
bResult = Eof ( [ hStream AS Stream ] ) AS Boolean

Returns TRUE if we are at the end of the stream.

If Stream is not specified, then the standard input is used.

See LINE INPUT for an example.


See also
Stream & Input/Output functions  Stream