|
|
|
|
|
Learn Visual Basic 6.0 |
| Operator | Operation |
| ^ | Exponentiation |
| * / | Multiplication and division |
| \ | Integer division (truncates) |
| Mod | Modulus |
| + - | Addition and subutraction |
| Operator | Comparison |
| > | Greater than |
| < | Less than |
| >= | Greater than or equal to |
| <= | Less than or equal to |
| = | Equal to |
| < > | Not equal to |
| Operator | Operation |
| Not | Logical not |
| And | Logical and |
| Or | Logical or |