Siebel eScript Language Reference > Quick Reference: Methods and Properties in Siebel eScript >

Data Handling Methods in Siebel eScript


Table 15 provides a list of data handling methods.

Table 15. Data Handling Methods in Siebel eScript
Method
Purpose

Blob.get() Method

Reads data from a specified location in a BLOB

Blob.put() Method

Writes data into a specified location in a BLOB

Blob.size() Method

Determines the size of a BLOB

escape() Method

Tests if a variable has been defined

isFinite() Method

Determines whether a value is finite

isNaN() Method

Determines whether a value is Not a Number (NaN)

ToString() Method

Converts any variable to a string representation

undefine() Method

Makes a variable undefined

Siebel eScript Language Reference