On Tue, Aug 31, 2010 at 12:20 PM, Alban Nona <python.koda at gmail.com> wrote: > Ok, here a solution: <snip> > for n in myFirstList: > var = str(n) n is already a string, so the previous line doesn't do anything useful. Cheers, Chris