FEOF

Syntax

Example

Description/Remarks

FEOF file_number

 

The file number must be between 1-10. Use this command with files that you open with the FOPEN command. This is a way to check for the End Of the File.

Returns one (true) if it is at the end of the file and zero (false) if it is not.