From: Ernst Tanaka Date: 2007-11-07T00:16:10+09:00 Subject: convert a string into a decimal I am a new Ruby programmer. I am really amazed with the ease of programming. I seem not to be able to find a solution for the following task. I want to convert an object with the class string into a object with the class fixnum or decimal. So I can store the result in a Decimal(13,2) sql field. The value of the object string is "100,000,000.00" (including the comma and the decimal point. Appreciate all the help at for hand! Ernst -- Posted via http://www.ruby-forum.com/.