EOF statement

Purpose:

EOF used to detect the end of a file.

Syntax:

EOF(FileHandle AS FILE)

Parameters:

  • Data type: FILE
    FileHandle The handle of the file to be checked.

BCX Console Sample Programs using the EOF statement.