Console write same line


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. for(int i = 0; i < 100; ++i)
  2. {
  3. Console.Write("\r{0}% ", i);
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.