Dear friends, I´m triyng to get familiarized with the expression “try / catch” and it seems to be clear for me how to catch an error and display a message with this error that stops the program.
However…..
What is the method to avoid message errors and allow the normal flow of the program when the program has to perform thousands or millions of calculations and some of them results in an overflow or div0 error?
I would really appreciate your help.
Regards

