These must be some of the cool new control statements from a very early 1.6 alpha release ;~) Mark Krischer <mkrisch at radiata.com> writes: >if i do: > for element in list: > do something with element >i figure i can always do: > for i in range(len(list)): > do something with list[i]