I am trying to build a program to compare one main ID to a list and find the closest match overall.
If the main ID is 3:16:376:000:045 and I have a list of similar format ID's I want to compare each section (between each ":") and find the closest match.
For example: I have the above main ID and I want to compare it to 3:16:376:100:045 and 3:16:376:000:046 with the highest priority match going from left to right. Meaning that the least priority for a match is on the far right, the last 3 digits of the ID. It would compare the first digit and if it has a match to continue on to the next section of digits. If those are a match to move on to the next set of digits... etc
Any help is appreciated
Bookmarks