+ 1
How to clear data from console when I used goto option.
I used goto option but can't clear previous data. How can I do it?
3 Antworten
+ 1
Not sure what you are trying to do but Console.Clear(); Do what you want. Also, you should avoid using goto. Instead, put your piece of code(where you need to use goto) inside loop.
+ 1
Not sure what you are trying to do but Console.Clear(); Do what you want. Also, you should avoid using goto. Instead, put your piece of code(where you need to use goto) inside loop.
0
Thanks to Томошов Максим and Karolis Strazdas. I have gotten solve my problem.