Re: vector difference



On Wed, 06 Aug 2008 12:31:19 -0800, glen herrmannsfeldt wrote:


In addition, the OP didn't specify the results in the case that there
are repeats in either list. The PACK/ANY method will remove all copies
of any matching element. That may or may not be the desired result.

Yep, this can be a problem but from my application point of view it is
not, because no repetitions are allowed, thx
.