Performs alphanumeric sort on string array.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
string |
Yes |
|
String data |
2 |
string |
No |
|
Options |
String array to be sorted.
May be set to 'unique' in which case any duplicates in argument 1 will be eliminated.
Return type: string array
Result is string array containing the contents of argument 1 sorted in alphanumeric order.
|