Use the 'Try' verb which has 2 syntaxes: try (your code goes here) except (code that you want to run only when an error in the above code happens) end; or the other syntax is: try (your code goes here) finally (code that you want to run always whether there is an error or not goes here) end;
Copyright © 2026 eLLeNow.com All Rights Reserved.