Try OpenEdge Now
ABL Essentials
Procedure Blocks and Data Access
:
Language statements that define blocks
Language statements that define blocks
You've seen the
FOR EACH
block and a simple
DO
block. This section reviews all the statements that define blocks so that you can then study the differences between them and how each type of block is used.
In this section:
DO blocks
FOR blocks
REPEAT blocks
Data access without looping: the FIND statement