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.
  1. MsgBox "Hello World"
  2. Echo "Hello World"

No comments:

Post a Comment

Note: only a member of this blog may post a comment.