Okay I've changed my array now for other reasons...
Array1 = 12, 12, 5, 6, 55, 12
Array2 = 12, 6, 12
I want to remove all items in array2 which are in array1. Not 12 is there 3 times in Array1 and twice in array2. So I want to remove only 2 from array1?