Siebel eScript Language Reference > Siebel eScript Commands > File I/O Methods in eScript >

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

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