<div dir="auto"><div><div class="gmail_quote"><div dir="ltr">R0b0t1 <<a href="mailto:r030t1@gmail.com">r030t1@gmail.com</a>> schrieb am Sa., 14. Juli 2018, 21:11:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Control flow statements are allowed in an EXCEPT block. Come to think of it,<br>
> didn't we have another TRY/FINALLY/EXCEPT nesting issue that might have<br>
> something to do with that?<br>
><br>
<br>
If the above is true then this confuses me. Except should run before<br>
finally, so if you use flow control in an except block then the<br>
finally clause "shouldn't" run.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">A "finally"-block is supposed to be executed no matter which way the "try"-part is left: normally, with an exception or by using exit ("goto"-statements with a target outside the block are not allowed). </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>