Re: Question Using for loops in incrementations

2002-05-06 Thread Felix Geerinckx
on Mon, 06 May 2002 12:36:49 GMT, [EMAIL PROTECTED] (Darryl Schnell) wrote: > [...] > If it finds information in table one but not in table two it is to > perform certain commands to place that user in table two, and vice > versa. > [...] Why don't you use hashes to collect your information?

Re: Question Using for loops in incrementations

2002-05-06 Thread Jeff 'japhy' Pinyan
On May 6, Darryl Schnell said: >Please forgive the stupidity of this question but I'm stumped and need >to get this program finished. I am currently working on a program that >will select information from two databases. The program puts both into >hashes and compares the two lists. You're not us

Question Using for loops in incrementations

2002-05-06 Thread Darryl Schnell
Please forgive the stupidity of this question but I'm stumped and need to get this program finished. I am currently working on a program that will select information from two databases. The program puts both into hashes and compares the two lists. If it finds information in table one but not in t