Is it possible (I am sure it is) to "reprint" a line of output in a console app after it is written to the screen? For example, I am reading lines from a large text file, and I want to give the user an indication of the progress. I would like to print "# records read..." on the screen, and just keep reprinting the line, on the same line, until the process is complete. What I don't want is a bazillion lines of "# records read...". I hope that makes sense... can it be done? If, so, can anyone tell me how? Thanks in advance.
