L
Laura Stern
Guest
I realize now: Before 11.7.4, the reason the FINALLY ran when there is a CATCH block for Stop is that the handling of the Stop condition via the CATCH block clears the STOP condition. Therefore, since there is no longer a STOP condition, the FINALLY will run. So in effect, you were correct. However, there is nothing in the AVM that special cases the running of FINALLY because there is a CATCH block for Stop. That's what I was thinking about. Sorry for the confusion :-0 And glad you like the changes 
Continue reading...

Continue reading...