Search This Blog

Thursday, 27 October 2011

Operators in VBScript


Operators in VBScript:
           
            Like in other programming languages, VBscript is also having a set of operators like shown below.
        • Exponentation             ^
        • Multiplication              *
        • Division                       /
        • Modulus                      mod
        • Addition                     +
        • Subtraction                  -

No comments:

Post a Comment