| Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1 | 1. Bug/Problem with CATCH #13361 Posted by: DougA 2010-08-26 22:40:31 | When I run this sample program, I get 1 2 3 FINALLY
What am I doing wrong that the CATCH ERROR routine isn't running ? Or is there a bug here ?
Do I = 1 to 5 Say I If I = 3 then RAISE ERROR 99 DESCRIPTION "ERROR ON 3"
CATCH ERROR Say "Error raised" condition("E") condition("D")
FINALLY Say "Finally" endDoug | 2. #13371 Posted by: DougA 2010-10-06 00:37:17 | Would someone try this ?
If the FINALLY clause is removed, then the CATCH ERROR works.Doug | 3. I get the same results as you #13372 | I think I appended something similar some time ago (don't remember when now) | 4. Bump #13427 Posted by: DougA 2010-11-24 00:23:52 | Bump Doug | Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1 |
|
|