I have 3 arrays with filled with info.
I want to find out if there is any value in array 1 that is not present in any other array.
In the example below I want to find and print out the values 22 and 66 from array 1.
Code: Select all
Array1: Array2: Array3:
index:value index:value index:value
0:11 0:11 0:11
1:22 1:33 1:33
2:33 2:44 2:55
3:44 3:77 3:77
4:55 4:88
5:66 5:99
6:77 