Siebel eScript Language Reference > Siebel eScript Commands >

The Clib Object


The Clib object contains functions that are a part of the standard C library. Methods to access files, directories, strings, the environment, memory, and characters are part of the Clib object. The Clib object also contains time functions, error functions, sorting functions, and math functions.

Some methods, shown in Table 4, may be considered redundant because their functionality already exists in JavaScript. Where possible, you should use standard ECMAScript methods instead of the equivalent Clib functions.

NOTE:  The Clib object is essentially a wrapper for calling functions in the standard C library as implemented for the specific operating system. Therefore these methods may behave differently on different operating systems.

See Also

Redundant Functions in the Clib Object, File I/O Functions, The Time Object, Time Functions, Character Classification, Formatting Data


 Siebel eScript Language Reference 
 Published: 18 April 2003