Methods
The following methods are defined in the Array class .
| Name | Description |
|---|---|
| Constructor | Initialize the Array object |
| Erase | Deletes the element at the specified position or all elements Added since 4.0.3, Mobile Version 3.0.0 |
| Join | Returns each element of the Array as a string separated by the specified delimiter |
| Reverse | Inverts the order of each element in the Array |
| Sort | Sort each element of the Array in ascending order |
| ToString | Returns each element of the Array as a comma separated string |