| Maptitude GISDK Help |
Returns a new array, with the same elements as the input array, but in the reverse order.
Added to Version 2013.
new_array = ReverseArray(array my_array)
| Argument | Contents |
|---|---|
| my_array | The array to be sorted |
An array containing the elements of my_array in the reverse order.
new1 = ReverseArray({1,null,"3",{4,5}})
// new1 = {{4,5},"3",null,1}
| Function | Summary |
|---|---|
| CompareArrays() | Compares two arrays, element by element |
| CopyArray() | Makes a copy of the array, including nested sub-arrays, to any depth |
| SortArray() | Sorts the elements of an array |
| ©2025 Caliper Corporation | www.caliper.com |