Subject: [ruby-talk:13851] Re: number to string to number
From: Tjabo Kloppenburg <tjabo unix-ag.org>
Date: Thu, 19 Apr 2001 18:40:09 +0900
References: 13845
> I need to make it a String first, and then use the .to_i function ->
> "#{count}".to_i
> this can't be right, can it?
try "puts count.type" to see the type of count.
tk.