Hoe do you flush the Console ?

  • Thread starter Thread starter DD@chi-town
  • Start date Start date
D

DD@chi-town

Windows XP Home Edition

There are methods for flushing the output for a lot of things, but I
can't find any method to flush Console.Write().

Alan
 
Hi,

DD@chi-town said:
Windows XP Home Edition

There are methods for flushing the output for a lot of things, but I
can't find any method to flush Console.Write().

I think that Console.Out.Flush() should be solution in this case,
because Console.Write() is working on standard output.

Regards.

Marcin
 
Back
Top