Relational Operators
| Standard algebraic equality operator or relational operator | VBScript comparison operator | Example of VBScript condition | Meaning of VBScript condition |
| = | = | d = g | d is equal to g |
| | <> | s <> r | s is not equal to r |
| > | > | y > x | y is greater than x |
| < | < | p < m | p is less than m |
| ³ | >= | c >= z | C is greater than or equal to z |
| | <= | m <= s | m is less than or equal to s |
No comments:
Post a Comment