CitectVBA Programming Reference > Understanding CitectVBA Language Basics > Operators

Operators

Variables can be manipulated in CitectVBA using assignment, arithmetic, relational, and logical operators.

When using multiple operators in a CitectVBA statement, you need to ensure the proper execution of your code by observing order of precedence rules.

The string concatenation operator is used to join strings together.

See Also

Constants

Variables

Numbers

Strings

Date Handling

CitectVBA Function Reference