Re: Oh what a twisted thread we weave....

2005-10-31 Thread GregM
Tom, Thanks for the reply and sorry for the delay in getting back to you. Thanks for pointing out my logic problem. I had added the 2nd part of the if statement at the last minute... Yes I have a single threaded version its several hundred lines and uses COM to write the results out to and Excel

Re: Oh what a twisted thread we weave....

2005-10-29 Thread Tom Anderson
On Sat, 28 Oct 2005, GregM wrote: > ST_zeroMatch = 'You found 0 products' > ST_zeroMatch2 = 'There are no products matching your selection' > > # why does this always drop through even though the If should be true. > if (ST_zeroMatch or ST_zeroMatch2) in self.webpg: This code - i do