Hi, From: "Tim Kynerd" <tim / tram.nu> > BUT: no matter what I do, I can't get either puts or > print to substitute newlines for the "\n" sequences. Both methods just > print them out as is. Not good. How 'bout: print str.gsub(/\\n/, "\n") HTH, Bill