T
temays
Guest
I also posted twice and it has not shown up, so hopefully this is not a repeat. For sure infinite loop protection is the reason for this behavior. I found in the docs that use of the RETRY function within a block turns off infinite loop protection. So adding a IF NOT RETRY THEN DO: END. allowed me to control the iterative properties after the catch. While this should NOT be a general solution, meaning infinite loop protection is a GOOD thing, in this case it allowed me to override the default handing and programmatically take over.
Continue reading...
Continue reading...