Try OpenEdge Now
Error Handling
Using FINALLY End Blocks
Using FINALLY End Blocks
FINALLY
end blocks provide end of block processing for basic blocks. Processing occurs on each iteration of a block, even if that iteration resulted in error.
In this section:
Introduction
Syntax
Behavior
Examples