VBScript operators
Operators are symbols that represent specific actions in a script. You use an operator to
evaluate expressions. Commonly used VBScript operators are:
- Comparison operators
- Arithmetic operators
- Logical operators
Comparison Operators : comparison operators are used to compare expressions.
Arithmetic Operators : arithmetic operators are used to perform mathematical calculations.
Logical Operators : logical operators are used to perform logical operations.
No comments:
Post a Comment