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