|
Arithmetic - Arithmetic Operations
VBScript contains a number a built-in arithmetic and mathematical operators that can be used to calculate and compare values.
Arrays - Working with Arrays
Arrays are used to group and store a set of variables together in one object. VBScript supports both simple and multi-dimensional arrays with up to 60 dimensions.
Comparisons - Comparison Operations
VBScript contains a range of comparison operators to check for specific conditions, such as whether value A is equal to value B or whether A is less than B.
Variables - Working with Variables
Most modern programming languages use the concept of variables, items that are used as placeholders or storage for values and information, VBScript is no different.
|