Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Console.Write() or option to suppress newline in print.it()
#2
The easy way.
C# code:
// script ""
/*/ console true; /*/

print.it("Getting Network Interface Statistics and LLDP Neighbors");
for (int i = 0; i < 10; i++) {
    300.ms();
    Console.Write(".");
}
print.it("\nDONE");
1.s();


Messages In This Thread
RE: Console.Write() or option to suppress newline in print.it() - by Gintaras - 09-27-2022, 04:34 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)