[Zope] Array question??
Dieter Maurer
dieter@handshake.de
Thu, 19 Dec 2002 20:05:10 +0100
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