"holger krekel" <pyth at devel.trillke.net> wrote > 1) "sep".join(somelist) > > joins all objects in somelist (but the objects must of string-type!) > > 2) "sep".join(map(str, somelist)) > > joins the string-representations of all objects in somelist > > regards, > > holger Thanks a lot, I will use 2) RĂ¼diger