Solved
how to find out who causes an error
- July 28, 2020
- 2 replies
- 2832 views
Hi,I use the error message function to inform me about some errors in a few functions. At the same time I use on error operator to get already calculated results in a loop. Without it I can't see what is happening (I can't get already calculated results).
I want to find out which function causes an error without using debug mode. Is it possible?
Simplified example without loop is attached.


