"Valentin" <valentin@REDACTED> wrote: > >So what is wrong with: > >lists:concat( ["Hello", " ", "World"] ). > >or if you insist: > >lists"concat( ["Foo", " ", "Bar", " ", "Bazz"]). > >Seriously, what am I missing here? Primarily that the length of the list of strings isn't necessarily known in advance. Plus it's more typing even if you know.:-) --Per