NEXT statement
Goes directly to the END of an iterating block and starts the next iteration of the block.
Syntax
label
ExampleThe FOR EACH block in this procedure reads a single Customer record on each iteration of the block. If the
SalesRep
field of a Customer record does not match theSalesRep
value 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
|