2 lines
74 B
Text
2 lines
74 B
Text
s = "Hello,How,Are,You,Today"
|
|
WScript.StdOut.Write Join(Split(s,","),".")
|
s = "Hello,How,Are,You,Today"
|
|
WScript.StdOut.Write Join(Split(s,","),".")
|