March 2002
Intermediate to advanced
528 pages
21h 29m
English
sort
void sort(arrayarray[, intflags])
Sorts the values in the given array in
ascending order. For more control over the behavior of the sort,
provide the second parameter, which is one of the following values:
|
|
Compare the items normally. |
|
|
Compare the items numerically. |
|
|
Compare the items as strings. |
See Chapter 5 for more information on using this function.