Re: [Tutor] synchronized enumeration

2005-12-16 Thread Kent Johnson
Chris or Leslie Smith wrote: > Has anyone else run into the desire to synchronize the indices that are being > used during an enumeration with the true indices of the list that is being > enumerated when you use a slice of the list? > > e.g. more than a couple of times, I want to use the enumera

[Tutor] synchronized enumeration

2005-12-16 Thread Chris or Leslie Smith
Has anyone else run into the desire to synchronize the indices that are being used during an enumeration with the true indices of the list that is being enumerated when you use a slice of the list? e.g. more than a couple of times, I want to use the enumeration function, but I don't want to sta