Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following sections categorize operators according to their functions within VBScript.
In This Section
Arithmetic Operators
Operators used to perform mathematical calculations.Assignment Operator (=) (VBScript)
Operator used to assign a value to a property or variable.Comparison Operators (VBScript)
Operators used to perform comparisons.Concatenation Operators
Operators used to combine strings.Logical Operators (VBScript)
Operators used to perform logical operations.
Related Sections
- Operator Precedence (VBScript)
Explains how the order in which you use operators affects results.