Action code segment
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Action code segment
You can reduce the size of an action code segment (for either the main procedure or an internal procedure) by consolidating multiple ABL statements into one. This can also increase the speed of execution, because the interpreter executes only one action instead of several.
For example, you can reduce action code size by combining several
consecutive assignment statements into one ASSIGN statement. The
following examples require the same amount of expression code:
|
|