19 Dec
2002
19 Dec
'02
7:05 p.m.
McDonnell, Larry writes:
... This works, thank god. Now they want a routing list so on the cover page they would see ... I know I need two arrays but I may have the wrong syntax. I need to load all the names and go through them again looking for dups. If someone has a better way I am open to suggestions. Here is my code so far. Thanks in advance. Do it in a Python Script.
You can use a dictionary to efficiently find duplicates. Dieter