Re: find/match not working
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 17, 2004
- 492 views
On Tue, 17 Aug 2004 16:30:00 +0000, Pete E <euphoria at eberlein.org> wrote: >Perhaps you want: > > found = find (junk, urllist) > if not found then > urllist = urllist & {junk} > end if > > Kat, perhaps you could trap your program at some point when it has created a duplicate, and create an ex.err or print() the values so this (the above code misbehaving) can be reproduced?