Eof()

Syntax

Result = Eof(#File)
Description
Checks whether the end of the file has been reached.

Parameters

#File The file to use.

Return value

Returns nonzero if the read-pointer is at the end of the file or zero if not.

Remarks

For an example see the ReadFile() function.

See Also

Lof(), Loc(), CreateFile(), ReadFile()

Supported OS

All

<- CreateFile() - File Index - ExportFile() ->