After setting errorignore back to false, do I need to set statusOK to true?

As asked in the title, after doing some error checking, do I need to set statusOK to true after setting errorignore back to false?

Thanks!

Only if you want to check the result of !statusOK again later, set it (back) to true before the macro enters the next critical section. But if you no longer need it in the rest of the macro, there is no need to set it back to true.

1 Like