Hello, Joe Armstrong wrote: > Something that I forgot in my last reply was that there is an > infix operator "++" which can be used instead of append/2 What fun. I had only thought of using ++ in connection with strings and immediately tried 1> [1,2,3] ++ [4,5,6]. [1,2,3,4,5,6] Rgrds, Bjarne