[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Unsafe error behavior in legacy ABL loops

  • Thread starter Thread starter Håvard Danielsen
  • Start date Start date
Status
Not open for further replies.
H

Håvard Danielsen

Guest
You can use BLOCK-LEVEL declarations or THROW in code even if there are stubborn ABL programmers that deliberately avoid OO-based language features. The errors that are thrown as a result of the declaration or by throw statements will be regular error conditions and can be handled the same way as errors thrown by the do on error alternatives.

Continue reading...
 
Status
Not open for further replies.
Back
Top