Hi you all, I'm trying to format a Bignum such as 1012345556 into 1.012.345.556 (separating the thousands). I've seen the extension of Numeric [1] can do that but, how can I convert my Bignum to a Numeric? Thanks. [1] http://extensions.rubyforge.org/rdoc/classes/Numeric.html -- Posted via http://www.ruby-forum.com/.