Try OpenEdge Now
skip to main content
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.
* Introduction
* Syntax
* Behavior
* Examples