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

Clib.fprintf() Method


This function writes a formatted string to a specified file.

Syntax

Clib.fprintf(filePointer, formatString)

Parameter
Description
filePointer
A file pointer as returned by Clib.fopen()
formatString
A string containing formatting instructions for each data item to be written

Returns

Not applicable

Usage

This method writes a formatted string to the file indicated by filePointer. For information on format strings used with Clib.fprintf(), see Table 7.

See Also

Clib.rsprintf() Method and Clib.sprintf() Method


 Siebel eScript Language Reference 
 Published: 18 April 2003