![]() ![]()
|
NEXT statement
Goes directly to the END of an iterating block and starts the next iteration of the block.
Syntax
labelExampleThe FOR EACH block in this procedure reads a single Customer record on each iteration of the block. If the
SalesRepfield of a Customer record does not match theSalesRepvalue supplied to the PROMPT-FOR statement, the NEXT statement causes the AVM to do the next iteration of the FOR EACH block, bypassing the DISPLAY statement.
See also
![]() |
OpenEdge Release 10.2B
|
![]() ![]()
|