Heya! On Sun, Aug 10, 2008 at 8:36 PM, Bob Miner <bobminer / lobo.net> wrote: > Hi, > Is there a way to show output on a single line in the command prompt, > overwriting each time instead of linefeeding everytime I puts 'my data' > ? > You can use print() instead of puts() which doesn't add a linefeed.