On Oct 12, 2004, at 3:01 PM, STEPHEN BECKER I V wrote: > Thank you so much! That kinda sucks when you need to output an int, > you need to remember the to_s You don't. Just use the interpolation technique that was suggested with either puts() or print(). Hope that helps. James Edward Gray II