| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object >
Redundant Functions in the Clib Object
The Clib object includes the functions from the C standard library. As a result, some of the methods in the Clib object overlap methods in JavaScript. In most cases, the newer JavaScript methods should be preferred over the older C functions. However, there are times, such as when working with string routines that expect null terminated strings, that the Clib methods make more sense and are more consistent in a section of a script.
The Clib methods list in Table 4 is paired with the equivalent methods in ECMAScript. Because Siebel eScript and the ECMAScript standard are developing and growing, the ECMAScript methods are always to be preferred over equivalent methods in the Clib object.
| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
Siebel eScript Language Reference Published: 18 April 2003 |