Todd Walton
2008-08-22 22:03:11 UTC
When I do this:
WScript.Echo (strEighthLine & ipAddress)
I get a string of text on one line, and then an IP address on the next
line. How can I print this so that there's *not* a newline in
between? I want my text, and then the IP address all on the same
line.
-todd
WScript.Echo (strEighthLine & ipAddress)
I get a string of text on one line, and then an IP address on the next
line. How can I print this so that there's *not* a newline in
between? I want my text, and then the IP address all on the same
line.
-todd