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

Array Methods and Properties in Siebel eScript


Table 11 provides a list of array methods and properties.

Table 11. Array Methods in Siebel eScript
Method or Property
Purpose

getArrayLength() Method

Determines size of an array

Array join() Method

Creates a string from array elements

Array length Property

Returns the length of an array

Array pop() Method

Returns the last element of an array, then removes that element from the array

Array push() Method

Appends new elements to the end of an array.

Array reverse() Method

Reverses the order of elements of an array

setArrayLength() Method

Sets the size of an array

Array sort() Method

Sorts array elements

Array splice() Method

Splices new elements into an array

Clib.bsearch() Method

Does a binary search for a member of a sorted array

Clib.qsort() Method

Sorts an array; may use comparison function

Siebel eScript Language Reference