Hi, My question goes like this. I have two arrays A and B. I want to exclude from A the elements contained in B. Is there an easy way like A[A != x] to exclude a single one. Thanks for any help. Regards, -MY