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

Data Handling Methods in Siebel eScript


The following is a list of data handling methods.

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

defined() 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