Try Catch Endcatch
Posted: Fri Jul 26, 2024 4:51 pm
Hello,
To prevent a running program from stopping, it would be good if the developer could manage his own error messages, but also if the program did not stop.
Thank you in advance
To prevent a running program from stopping, it would be good if the developer could manage his own error messages, but also if the program did not stop.
Code: Select all
Try
lines that can cause errors
Catch
lines to execute on error
EndCatch