HomeCurrent UR
|
Description Returns a list sorted in lexigraphic (alphabetical) order. Syntax lex_sort(@list) Params @list is the list to be sorted. Returns Returns list sorted alphabetically (lexigraphically). Examples join(" ", lex_sort('a','b',2,5,10) ); returns "10 2 5 a b" See Also num_sort Macro Definition File PGbasicmacros.pl
|
||
Last update: Wednesday, January 10, 2007 at 10:20:48 PM.
This site maintained using Manila and Frontier software. |
|||