Hi all,
I´m trying to show a records read counter on the console, but on the same position, like:
Is it possible to print all the values of "i" always on the same screen position?
I´m trying to show a records read counter on the console, but on the same position, like:
Code:
For i = 0 To numRecords-1
WScript.StdOut.Write " & i & " records read"
next