From: Jeppe Jakobsen Date: 2006-02-19T02:53:45+09:00 Subject: convert each element in an array ------=_Part_7482_23088301.1140285209521 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I can't find out how to convert each integer in my array to a float. I've tried: array.each {|x| x.to_f} But it did not work. Can anyone tell me the correct method? -- "winners never quit, quitters never win" ------=_Part_7482_23088301.1140285209521--