On Thu, 18 Oct 2001, Scott Taylor wrote: > Anyone know how I can do this? I can't seem to get past a syntax error > near the 'while'. (it worked up to the point I tried to put it into a > table, and the table works fine by itself)
You have your while loop embedded in a print statement. Can't do that. You'll need to move it out and generate your columns before hand. -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ And now for something completely the same. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]