G
Guest
Hi there,
Is there any way to delete a line from the console with the System.Console
object?
Cheers.
Is there any way to delete a line from the console with the System.Console
object?
Cheers.
CheckJSheble said:I hope this doesn't sound too stupid, but how do you clear it?
JSheble said:I did, and it provided nothing in C# to clear the screen. The first
example of system("cls") does nothing (won't even compile), and the second
example includes references to a whole slew of functions that doesn't
exist in C#...
JSheble said:I did, and it provided nothing in C# to clear the screen. The first example
of system("cls") does nothing (won't even compile), and the second example
includes references to a whole slew of functions that doesn't exist in C#...
aRebol said:Hi again,
I did another search with some different keywords in different places and
this time I found a real working C# solution for your problem here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;319257
HTH ;-)