Re: <al-for> help!
Gabriel Cooper <[email protected]> Thu, 27 Oct 2005 14:10:05 -0400
| Newsgroups | gmane.comp.web.albatross.general |
|---|---|
| Message-ID | <[email protected]> |
> According to the command line, bookLinks contains: > > ['BooksOnline/perl4/index.htm', 'BooksOnline/networking/ > index.htm', 'BooksOnline/unix3/index.htm', > 'BooksOnline/albatross/index.html', 'BooksOnline/MySQL/ > index.html', 'BooksOnline/unix3/index.html', > 'BooksOnline/networking/index.html'] > > According to the web browser, it contains: > > ['BooksOnline/MySQL/index.html', 'BooksOnline/albatross/index.html'] > > foundBooks shows a similar discrepency Great, that narrows it down. Just follow through your code looking for places you might be writing to foundBooks. Somewhere along the way you're blowing records away. That's about all the use I can be without seeing more code.