hi
I have two arrays and i want to find the total number of differences there are when i compare each row in the first array with second array.
first array second array
1 1
2 3
4 4
5 2
3 3
output that there are 2 rows that are different.
Many Thanks
(Labview 7.1)