I want to output some characters in C# console application and then rewrite them, thus changing characters in position already occupied in command window. So for for example I could show progress in percentages 10%, 20%, 30% (but in the same place). How can I do that?
I want to output some characters in C# console application and then rewrite them,
Share
Have a look at Writing string at the same position using Console.Write in C# 2.0