Hello everyone,
I have a problem with a package that I am creating. Basically I wanted to capture all errors with the error keyword. Unfortunately after triggering an error once while using the package, I can't trigger the same error again. I was wondering if anyone could let me know a bit more on this behavior.
As a side note in my regular scripts, errors are working just as I am expecting (where I can get multiple errors).
As another side note, why aren't arrays allowed in a package?
I have a problem with a package that I am creating. Basically I wanted to capture all errors with the error keyword. Unfortunately after triggering an error once while using the package, I can't trigger the same error again. I was wondering if anyone could let me know a bit more on this behavior.
As a side note in my regular scripts, errors are working just as I am expecting (where I can get multiple errors).
As another side note, why aren't arrays allowed in a package?