For i=5 To 0 step -1 WScript.Echo i Next
Wednesday, 26 July 2017
In what way program "hello world" you can write in VBscript?
In VBscript, you can write hello world in two ways, the program will display a message box with text hello world.
- MsgBox "Hello World"
- Echo "Hello World"
Subscribe to:
Posts (Atom)