Siebel eScript Language Reference > Siebel eScript Quick Reference > Other Clib Methods >

Array Methods and Properties


Table 196 describes array methods and properties.

Table 196. Quick Reference for Array Methods
Method or Property
Description

Add Array Elements Method

Appends new elements to the end of an array.

Clib Search Array Method

Searches an array for a value that you specify

Clib Sort Array Method

Sorts elements in an array.

Create Array Elements Method

Creates a string of array elements.

Delete Last Array Element Method

Returns the last element of the current array object, and then removes the element from the array.

Get Array Length Method

Returns the length of a dynamically created array.

Get Largest Array Index Method

Returns a number that includes the largest index of an array, plus 1.

Insert Array Elements Method

Inserts new elements into an array.

Reverse Array Order Method

Reverses the order of elements of an array.

Set Array Length Method

Sets the size of an array.

Sort Array Method

Sorts array elements.

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.