Search here for all the info you want in this Blog

vbscript comments

vbscript comments


in VBScript comments starts with ‘ (a single quote charachter) and the complete line after the single quote will be commented

Example 1:

‘ this is a small program

Msgbox “hello world” ‘ a program to print hello world

No comments:

Post a Comment