-
Check Values in Array for Matches
Hi,
I have an array for example
arr(1) - mackeral
arr(2) - Tuna
arr(3) - Salmon
arr(4) - Salmon
arr(5) - Cod
arr(6) - mackeral
arr(7) - Tuna
arr(8) - Cod
arr(9) - Salmon
arr(10) - Cod
I need to check the arr values for any matches.
So for example check arr(1) against arr(2) to arr(10) and so on until all are checked against each other.
Any pointers would be greatly appreciated.
Kind Regards
Matt
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules