From: Ernst Tanaka Date: 2007-11-07T00:33:41+09:00 Subject: Re: convert a string into a decimal > irb(main):005:0> "100,000,000.00".gsub(',','_').to_f > => 100000000.0 That did the trick! Thanks -- Posted via http://www.ruby-forum.com/.