Expressions and operators
- Last Updated: April 4, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
An ABL expression is a combination of one or more terms and operators that evaluate to a single value of a specific data type. An expression can include constants, variable names, database field names, or other expressions.
ABL has a set of operators for working with numeric, string, date, and logical
data. The data type of the data must be compatible with the operator. One very useful
operator is the concatenation operator (
More information on the ABL operators can be found in the ABL Syntax Reference.
+), used to join
two character strings or expressions:
|