Right, but he said he wanted, at least this is how I understood it, the text from a file which was in this format:

line 1
line 2
line 3

to be echo'd in this format: line 1, line 2, line 3. If he wanted to just echo all of the lines, line by line then loadbuf (as I brought up already) is the easiest way to go if you ask me.