From: David Bailey Date: 2006-04-21T03:58:42+09:00 Subject: Re: Write Out Then Read In Hash of Two-element Arrays Peter Szinek wrote: > David, > > My initial guess: >> puts "Write histHash[#{i}] = #{histHash[i]}" > > replaced with > > fileOut.print("#{histHash[i]}\n") > > This is what you want? > > HTH, > Peter Peter, After a number of suggestions from gracious Rubyists, I am happy to say that I am now all set. Thank you very much for your help. Best regards, David -- Posted via http://www.ruby-forum.com/.