On Sunday 14 October 2007 04:03 pm, Tim Hunter wrote: > I haven't tested this but I think it'll do the trick. Hmmm...this is > three nested blocks. > > File.open("test.aml", "r") do |input| > File.open("test.txt", "w") do |output| > input.each {|line| output.puts line } > end > end Thank you! It does work (well, I just had to interchange the two files, as test.aml is my output). Randy Kramer