HomeCurrent UR
|
Description Sorts a list into numerical order Syntax num_sort(@list) Params @list is the list to be sorted. Returns Returns list sorted numerically. Examples join(" ",num_sort(23,11,2,5,10)); returns "2 5 10 11 23" See Also lex_sort Macro Definition File PGbasicmacros.pl
|
||
Last update: Wednesday, January 10, 2007 at 10:21:29 PM.
This site maintained using Manila and Frontier software. |
|||