how to clear console screen?

  • Thread starter Thread starter mg
  • Start date Start date
Martin,

Have you tried the static Clear method on the Console class?

Hope this helps.
 
Hi,

Is this a new method in 2.0 ?

AFAIK there is nothing like this in 1.1

OP: In case you are under 1.1 take a look in the archives, this has been
discussed several times before, IIRC there is no a clear way just a couple
of workarounds

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



Nicholas Paldino said:
Martin,

Have you tried the static Clear method on the Console class?

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

mg said:
Thanks a lot!
martin
 
Thank you both.

Best regards.



Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

Is this a new method in 2.0 ?

AFAIK there is nothing like this in 1.1

OP: In case you are under 1.1 take a look in the archives, this has been
discussed several times before, IIRC there is no a clear way just a couple
of workarounds

cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



message news:%[email protected]...
Martin,

Have you tried the static Clear method on the Console class?

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

mg said:
Thanks a lot!
martin
 
Back
Top