RE: how to delete duplicate items in the same list
- To: mathgroup at smc.vnet.net
- Subject: [mg45506] RE: [mg45494] how to delete duplicate items in the same list
- From: "David Park" <djmp at earthlink.net>
- Date: Sat, 10 Jan 2004 16:43:27 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Sabrina, For exact expressions try Union, which may reorder the items. If you don't want reordering use UnsortedUnion, which is defined in the Union Help examples. You will have to copy the definition into your notebook. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Sabrina [mailto:hxs61 at case.edu] To: mathgroup at smc.vnet.net Hello, all: I can't find a way to make sure all items in the same list are unique. Can anybody help me out? Thanks a lot! Sabrina