Documentation

dups

Syntax: %dups(list)

return the list with duplicate items removed

Example:

#SHOW %dups(Athos|Bertrand|Caesar|Bertrand|Caesar|Bertrand)

displays:

Athos|Bertrand|Caesar

Add comment

Login or register to post comments