07-19-2021
02:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-19-2021
02:32 PM
@JelteDeJong, thanks for explaining, I did not know that it would only consider the last correct value.
Your code worked perfectly! Too perfectly for my uses, in fact
The patterns I wished to suppress were nested under parent patterns, which were infected with errors up to the top level because their children patterns had errored, so the code suppressed all of them, as it should
I suppose I will try reworking how I modeled that section so that the patterns I don't want suppressed won't be thrown in with the ones I do. Thank you so much for your time, I really appreciate the help.