reverse( array )
Returns an array in reverse order.
Keyword | Type | Description |
---|---|---|
|
Any Type Array |
The array to modify. |
Any Type Array
reverse({10, 20, 30, 40})
returns 40, 30, 20, 10
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Compatible | Can be used to create a custom record field that only evaluates at sync time. |
Real-Time Custom Record Fields | Incompatible | |
Process Reports | Compatible | |
Process Events | Compatible |
reverse() Function