Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
Expressions and Operators Summary
◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Expressions and Operators Summary
■ An expression can be a string constant, numeric constant, variable, or
single value obtained by combining constants, variables, and other
expressions with operators. See: ◄Constants Summary► ◄Variables Summary►
■ Operators perform mathematical or logical operations on values. The
operators provided by Visual Basic can be divided into five categories:
Operator Description
══════════ ════════════════════════════════════════════════════
Arithmetic Perform calculations
Functional Supplement simpler operators
Logical Test conditions or manipulate individual bits
Relational Compare strings and numeric values
String Combine and compare strings
See: ◄Arithmetic Operators► ◄Functional Operators►
◄Hierarchy of Operations► ◄Logical Operators►
◄Relational Operators► ◄String Operators►