Subject: Re: Write Out Then Read In Hash of Two-element Arrays
From: Peter Szinek <peter rt.sk>
Date: Thu, 20 Apr 2006 18:18:51 +0900
References: 189552
In-reply-to: 189552
David,
My initial guess:
> puts "Write histHash[#{i}] = #{histHash[i]}"
replaced with
fileOut.print("#{histHash[i]}\n")
This is what you want?
HTH,
Peter