I'm working on a simple console application, and wish to occasionally clear all the existing text from the screen so I can control the presentation. (a la typing 'cls' at the command line)

Duh.

It oughta be simple, right?

Well, I'm a bit SLOW today, perhaps, since I can't seem to find a way to do it.

System.Console.Out is a TextWriter object, which has a flush() method . . . sounded promising . . . but "This default method does nothing . . . " Just my luck.

Anyone know the score?

Thanks,

---earwicker[ch]