Hi Guys,
I'm new to this so maybe this is an easy question.
I have two arrays with various numbers in each. I want to take each element in the first array and compare it with each element in the second array. If the element does not appear in the second array I want to add it to a third array.
How can I do this?
Thanks in advance.