I
Integrater
Guest
That is an example of an array I want to search through, but I don't know how to do it. The columns I refer to by a letter skipping the first, so it's A, B, C, and D, those are the columns with numbers in them. The result of the search would be to find matching numbers so if I searched the above array the results would be displayed like this:
4:
A(A)
A(D)
D(A)
9:
A(B)
E(D)
5:
C(A)
D(B)
As you can see, the results are shown with the actual number at the top, and below that the array coordinates of the array elements' that match are shown below the number. Could someone please show me how this is done, if so you don't need to show an example exactly like what I've shown. You may have noticed two bold statements, I just want to know how to do those two things so feel free to show me in any way that is easiest for you.
Thanks
Continue reading...