Previous PageNext Page

8.2 VB Script Operators

Operator Description
Addition (+)
 
Sum two numbers.
 
And
 
Perform a logical conjunction on two expressions.
 
Assignment (=)
 
Assign a value to a variable or property.
 
Concatenation (&)
 
Force string concatenation of two expressions.
 
Division (/)
 
Divide two numbers and return a floating point result.
 
Eqv
 
Perform a logical equivalence on two expressions.
 
Exponentiation (^)
 
Raise a number to the power of an exponent.
 
Imp
 
Perform a logical implication on two expressions.
 
Integer Division (\)
 
Divide two numbers and return an integer result.
 
Is
 
Compare to object reference values.
 
Mod
 
Divide two numbers and return the remainder.
 
Muliplication (*)
 
Multiply two numbers.
 
Negation (-)
 
Indicate the negative value of a numeric expression.
 
Not
 
Perform logical negation of an expression.
 
Or
 
Perform logical disjunction on two expressions.
 
Xor
 
Perform a logical exclusion on two expressions.
 
Subtraction (-)
 
Find the difference between two numbers.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page