I have 2 Lists/Arrays
List1 : 1,2,2,4,1
List2 : 0,0,0,4,0
What I'm trying to do is compare List2 with List1 and find the first value in List2 that matches a value in List1 in the corresponding position. In this case "4".
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.