RE: Question Using for loops in incrementations

2002-05-06 Thread David Gray
> First Problem. > > The two tables are not the same length however my first if statements > will end the process after it reaches the end of the table. My second > and third if's will find the output of the first difference and then > stop. What I need to know is what type of for loop do I need

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