Home NT WSH
VB Script Operators

Arithmetic

   Exponentiation  ^
   Unary negation  -
   Multiplication  *
   Division	       /
   Integer division	  \
   Modulus arithmetic  Mod
   Addition	   +
   Subtraction	-
   String concatenation	&

Comparison

   Equality    =
   Inequality	<>
   Less than	<
   Greater than  >
   Less than or equal to  <=
   Greater than or equal to  >=
   Object equivalence	     Is

Logical

   Logical negation     Not
   Logical conjunction  And
   Logical disjunction  Or
   Logical exclusion    Xor
   Logical equivalence  Eqv
   Logical implication  Imp

Free lunches don't come cheap" - Charles Petzold (Author of Programming Windows)





Back to the Top

Simon Sheppard
SS64.com