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