Sorts the values in the given array. Since this function modifies the
passed array, you must not pass a const or read-only
array variable.
sort(??array??, [??descending??])
| Argument Name | Data Type | Description |
|---|---|---|
??array?? |
Array Variable | The array variable to be sorted. [required] |
??descending?? |
Integer Number | Defines in which order the array shall be sorted.0: The values are sorted in ascending order.1: The values are sorted in descending order.[optional, default: 0] |
None.
None yet.
search(), array_equal()
Since LinuxSampler 2.0.0.svn52.