Puts overwrite line

Hi,
I have a script where I want to print the same line over and over
(overwriting itself I guess you would say) without creating a new line
everytime. Basically so I can output a simple count tally of the number
of records my script has processed. Hopefully that makes sense. Is
there a way to do this?
Thanks,
Ray

On 12/7/06, Raymond O’connor [email protected] wrote:

Posted via http://www.ruby-forum.com/.

http://groups.google.com/group/comp.lang.ruby/msg/ef954c7e1f67d28c

hth,
-Harold

On 07/12/06, Raymond O’connor [email protected] wrote:

Posted via http://www.ruby-forum.com/.

You’re probably goint to need console UI lib like Highline
(http://highline.rubyforge.org/) or ncurses
(http://raa.ruby-lang.org/project/ncurses-ruby/).

Farrel

Posted via http://www.ruby-forum.com/.

http://groups.google.com/group/comp.lang.ruby/msg/ef954c7e1f67d28c

hth,
-Harold

Works Perfect! Thanks!