From: Tim Wolak Date: 2008-05-08T03:35:10+09:00 Subject: Re: hash adding values Craig Demyanovich wrote: > Oh, you want to store the balances based on the acct. #, then you want > to > iterate the balances later and sum them? Yes, I need to take the accounts that have the same number and leave the key that same number and sum the balances that are stored in the value for that account. Then I can iterate over the hash and print the account nums and balances in an email. Thanks, Tim -- Posted via http://www.ruby-forum.com/.