acad_strlsort
(acad_strlsort stringlist)
This function sorts the given list of strings
in alphabetical order.
Arguments |
stringlist list of strings to be sorted |
Return |
the sorted list of strings |
Example |
(acad_strlsort '("red"
"green" "blue" "orange")) |
Remarks |
see vl-sort function as alternative |
© Bricsys NV. All rights reserved. |