Re: Embedded For Loop With No Data

2007-07-05 Thread Steven D'Aprano
On Thu, 05 Jul 2007 22:03:59 +, rshepard wrote: > Haven't found an answer to my question in the books and other docs I have > available, so I am asking here. > > I have three lists of data retrieved from database tables. I want to cycle > through all three lists using nested FOR loops. Wh

Embedded For Loop With No Data

2007-07-05 Thread rshepard
Haven't found an answer to my question in the books and other docs I have available, so I am asking here. I have three lists of data retrieved from database tables. I want to cycle through all three lists using nested FOR loops. What is the behavior if there are no data in the list used in the