> Alternative get rid of the loop altogether and use the implode command! > > $csv_string = implode(",",$array); > > Let the underlying C code take the strain :) > Thats a nice neat way of doing it. Phil