Monday 10 October 2011

Comment in VBScript:

  • Single quote (‘) is used to comment a particular line or statement.
  • No multi line comment is VB

Example:
‘This is an example of comment
Msgbox "Hello World"

No comments:

Post a Comment