Array Methods and Properties

The following table describes array methods and properties.

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.