Can you please help me on how to clear a specific block of statements without clearing or removing the previous lines in console? If I use the Console.Clear
method, the previous lines were cleared and only the line or statement after the Console.Clear
method have appeared.
Is there method aside from Console.Clear
that I can use to clear a specific block of statements without removing the previous lines?