...
string array
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
// Demonstrate a simple sort. |
...
string $array[3; |
...
$array[0] = "apple"; |
...
$array[1] = "Berry; |
...
$array[2] = "Apple"; |
...
string $sortedArray[] = `sortStrings $array`; |
...
print $sortedArray; |
Additional information
Related commands
...