September 2009
Beginner
942 pages
85h 34m
English
asort
asort(src[,dest]) {G}
Sort the array src based on the element values, destructively replacing the indices with values from one to the number of elements in the array. If dest is supplied, copy src to dest and sort dest, leaving src unchanged. Returns the number of elements in src.