Re: [Tutor] Lists in List question

2005-06-24 Thread Ewald Ertl
Hello Phil! the HTML-Formating look's better than the text-Version. on Thu, 23 Jun 2005 17:15:59 -0500 Phillip Hart <[EMAIL PROTECTED]> wrote : - Phillip Hart > Hello, Phillip Hart > I've been using lis

Re: [Tutor] Lists in List question

2005-06-23 Thread Danny Yoo
On Thu, 23 Jun 2005, Phillip Hart wrote: > I've been using lists within lists for several functions, but have been > unable, in loop form, to extract data from them or, in loop for, apply data > to them. [cut] Hi Phillip, Can you try checking for indentation? Your code came out indented all o

[Tutor] Lists in List question

2005-06-23 Thread Phillip Hart
Hello, I've been using lists within lists for several functions, but have been unable, in loop form, to extract data from them or, in loop for, apply data to them. Basically, when extracting data, it only runs 1 loop. Likewise, when initially assigning the data, it only runs 1 loop. In the f