EOF statement

Purpose: This statement used to detect the end of a file.


 Syntax:

 EOF(FileHandle)

 Parameters:

  • FileHandle Handle to the file which is to be checked.

BCX Console Sample Programs using EOF statement.

S10.bas