|
-
May 29th, 2002, 01:05 AM
#1
how to clear all text in my Console?
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|