See Also: Array Types
Function |
Returns |
Returns an array consisting of one array appended to another array. |
|
Returns the index of the first element in the array (or indicated element range) equal to a particular value. Very efficient for large arrays. |
|
Returns the position in an array where a missing item should be inserted. |
|
Returns array representing a range of elements from the existing array. |
|
Returns the number of array elements whose value is equal to a test value. |
|
Fills an array element range with a specified value. |
|
Returns an expanded copy of the specified array that includes one new element inserted at the specified index. |
|
Used to determine if two arrays are the same in all but name. |
|
Returns index of array element with the highest (maximum) value. |
|
Returns index of array element with the lowest (minimum) value. |
|
Returns a contracted copy of the specified array where the element at the specified index is removed. |
|
Adds new elements or removes elements from a dynamic array. |
|
Returns array with elements in reverse order of original array. |
|
Returns the index of the first element in the array (or indicated element range) equal to a particular value or -1 if the search was unsuccessful. |
|
Returns array with elements in shuffled (random) order of original array. |
|
Returns the number of elements in an array or array dimension. |
|
Returns array with sorted elements. |
|
Copies an entire DataFlex string to a UChar array. |
|
Appends contents of elements of a String array to a single String. |
|
Splits the contents of a single String into the elements of a String array. |
|
Returns a DataFlex string which is a copy of the passed UChar array. |