Re: find/match not working
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 21, 2004
- 491 views
Kat wrote: > > On 20 Aug 2004, at 16:10, Derek Parnell wrote: > > > > > posted by: Derek Parnell <ddparnell at bigpond.com> > > > > Kat wrote: > > > > > > On 20 Aug 2004, at 2:14, don cole wrote: > > > > > > > > Kat wrote: > > > > > Like i said, no. The code is running as is *now*, looping thru the > > > > > list > > > > > and using match on each item in the list. I don't want to interrupt it > > > > > and > > > > > waste internet bandwidth on a test, in case someone is waiting on the > > > > > results of the code run. > > > > > > > > I'm a fairly newbbie to this board and might be missing something here, > > > > but > > > > I don't see how do you expect to resolve this issue if you are unwilling > > > > to > > > > CHANGE YOUR CODE. > > > > > > I DID bloody change the code, i am not using find() anymore, i am using > > > match(). I have said that repeatedly, what's the problem? > > > > Problem: Kat says find() doesn't work. Gives example using match(), > > which also is faulty. > > How is that faulty?? For the strings i am using, it is working. Because it is possible to exclude some urls which should be added. eg. If "www.rds.com.au" is already in the list then "www.rds.com" will be excluded, even though it is a different url. -- Derek Parnell Melbourne, Australia