Try OpenEdge Now
skip to main content
ABL Essentials
Using Basic ABL Constructs : Putting a calculation into your procedure
 

Putting a calculation into your procedure

The next change to your sample procedure is to perform a simple calculation and display a value based on the result. This section provides an introduction to representing arithmetic expressions in ABL. It also discusses how to use some of the special built-in functions for advanced arithmetic operations.
* Arithmetic expressions and operands
* Arithmetic built-in functions