[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to retry from within catch block

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
You can still fallback to using the NO-ERROR approach if CATCH is not playing well. Something like: lint = integer(lText) NO-ERROR IF lint <> ? THEN LEAVE.

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