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

Global Functions Unique to Siebel eScript


The global functions described in this section are unique to the Siebel eScript implementation of JavaScript. In other words, they are not part of the ECMAScript standard, but they are useful. Avoid using these functions in a script that may be used with a JavaScript interpreter that does not support these unique functions.

Like other global items, the following functions are actually methods of the global object and can be called with either function or method syntax.

Siebel eScript Language Reference