Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >

Clib.clearerr() Method


This method clears the error status and resets the end-of-file flag for a specified file.

Syntax

Clib.clearerr(filePointer)

Parameter
Description
filePointer
A pointer to the file to be cleared and reset

Returns

Not applicable

Usage

This method clears the error status and resets the end-of-file (EOF) flag for the file indicated by filePointer.


 Siebel eScript Language Reference 
 Published: 18 April 2003