I didn't know "result" was a list! Can all that info be stored in a list? How do the columns work? I was curious to see what the data looked like but I can't seem to print "result" from the prompt. Do variables used inside functions live or die once the function executes? If they die, how do I get around this? I tried defining 'r = ""' in the module before the function and then using it instead of "result" but that didn't help.
Mike -- http://mail.python.org/mailman/listinfo/python-list