|
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
Posted: Mon Jan 20, 2003 1:15 am
duplicate entries in a list |
Is there a command or function I can use to remove duplicate entries in a variable list?
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Jan 20, 2003 1:52 am |
quote:
Is there a command or function I can use to remove duplicate entries in a variable list?
%dups(), I think.
li'l shmoe of Dragon's Gate MUD |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Jan 20, 2003 5:50 pm |
To actually remove the duplicate items, you'll need to combine that with the #VAR command.
#VAR list {%dups(@list)}
LightBulb
Senior Member |
|
|
|
|
|