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

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

Usage

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

See Also

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

Siebel eScript Language Reference