Siebel eScript Language Reference > C Language Library Reference > Clib File Input and Output Methods >

Clib End of File Method


The Clib End of File method determines if the file cursor is at the end of the file that the filePointer argument identifies. It returns one of the following values:

  • If the file cursor is at the end of the file, then it returns the following value:

    A nonzero integer

  • If the file cursor is not at the end of the file, then it returns the following value:

    0

Format

Clib.feof(filePointer)

The arguments for this method are the same as the arguments for the Clib Clear Error method. For more information, see Arguments for the Clib Clear Error Method.

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.