Post by GloopsPost by JJPost by GloopsFor N = 1 to 60
WScript.StdOut.Write "."
Next
WScript.StdOut.Write "For N = 1 to 60"
WScript.StdOut.Write " WScript.StdOut.Write ""."""
WScript.StdOut.Write "Next"
I am afraid you did not give it a try, otherwise you would have used
WriteLine instead of Write.
WriteLine would add a newline character to each execution. If you want
to use WriteLine you'd want to eliminate the loop and do it this way:
WScript.StdOut.WriteLine String(60,".")
--
Crash
When it comes to texting, some people are all thumbs.