Welcome to Portal
Hi Everyone,
I have some script that evaluates multiple conditions, using some nested if statements. If any of the conditions evaluates to true, there is no reason to continue the running through the other conditions.
Is there an Exit Sub command in Deluge?
Thanks,
Leo
So many times I've wanted to have a simple exit;
Why won't you give us this?
https://www.zoho.com/deluge/help/misc-statements/try-catch.html
https://www.zoho.com/deluge/help/misc-statements/break.html
https://www.zoho.com/deluge/help/misc-statements/continue.html
adding my vote to this....
https://www.zoho.com/deluge/help/misc-statements/try-catch.html
https://www.zoho.com/deluge/help/misc-statements/break.html
https://www.zoho.com/deluge/help/misc-statements/continue.html
Gets my vote. Just trying to find an easy way to get to the end of a routine if I hit an error state?