HomeCurrent UR
|
Description Eliminates duplicates in a list Syntax uniq(@list) Params @list is the list to be sorted. Returns Returns list of elements in @list, ignoring duplicates. The order is unspecified. Examples join(" ",uniq(23,11,2,5,10,11)); returns " 23 2 10 5 11" See Also lex_sort Macro Definition File PGbasicmacros.pl
|
||
Last update: Wednesday, January 10, 2007 at 10:27:42 PM.
This site maintained using Manila and Frontier software. |
|||