On 11/28/06, woodyee <wood_yee12 / hotmail.com> wrote: > > How can I do this in Ruby? I can do simple "Your name? (user writes > name), then another question/user replies, another question/user > replies" but how can I display text and have the user go through to the > end? Hope this makes sense. Thanks! You can do this sort of "fancy text terminal" in Ruby using libraries such as "curses" or "ncurses", which are written in C and possess Ruby bindings. There's a more elaborate library written in Ruby called Highline, IIRC, which seems to handle most of the fiddly detail for you. I also want to try this out some day, but I haven't got around to it yet :). -- Bira http://compexplicita.blogspot.com http://sinfoniaferida.blogspot.com