Saturday 8 October 2011

Delimitation:


  • Each line in VBScript is known as statement. As soon as you start code in the next line the previous line gets delimited.
  • Colon (:) can be used as a delimiter


                Example:
                                Dim a: a=10

No comments:

Post a Comment