from the top of my head: take your list of numbers and split it into two lists; now compare list a to list b via "equals" which will give you a list of boolean true/false values and use that to cull the original list. might take some shifting and tweaking, but it's what I would try.