That probably isn't worded right, but say I have 2 array, one holds 4 numbers (1 - 4)
The other Array has 3 numbers which range from 1 - 4. How can I scrub against the first list to find out which number the second array doesn't have?
I figured a for next loop but I can wrap my head around how to pull out the number that isn't matched...
Marc
The other Array has 3 numbers which range from 1 - 4. How can I scrub against the first list to find out which number the second array doesn't have?
I figured a for next loop but I can wrap my head around how to pull out the number that isn't matched...
Marc