04-01-2005, 07:29 AM
The qsort function is not very easy to use but it is universal.
Example:
Function sortstrproc:
Example:
str a=
;John
;Paul
;Marcus
;Ariel
ARRAY(str) b=a
qsort &b[0] b.len sizeof(str) &sortstrproc
a=b
out aFunction sortstrproc:
