Operators (VBScript)
The following sections explain how to use operators in VBScript.
In This Section
Operator Precedence
Explains how the order in which you use operators affects results.Operator Summary
Includes links to operators that fall within major operational categories.Arithmetic Operators
Includes links to topics that explain how to use individual arithmetic operators.Comparison Operators
Includes links to topics that explain how to use individual comparison operators.Concatenation Operators
Includes links to topics that explain how to use individual concatenation operators.Logical Operators
Includes links to topics that explain how to use individual logical operators.
Related Sections
- VBScript Fundamentals
Introduces VBScript features and elements.