Name
Eof -- returns whether end of file has been reached
Synopsis
result = Eof(id)
Function
Returns True in case the end of the file specified by id has been reached. Otherwise returns False.

Inputs
id
identifier of a file
Results
result
True if end of file was reached or False
Example
See OpenFile


Show TOC