I’m surprised they didn’t borrow OnErrorResumeNextfrom Visual Basic. Which was wrongly considered to be the worst thing in Visual Basic - when the real worst thing was OnErrorResume. OnErrorResumeNext at least moved on to the next line of code when an error occurred; OnErrorResume just executed the error-generating line again … and again … and again … and again …
I’m surprised they didn’t borrow
On Error Resume Next
from Visual Basic. Which was wrongly considered to be the worst thing in Visual Basic - when the real worst thing wasOn Error Resume
.On Error Resume Next
at least moved on to the next line of code when an error occurred;On Error Resume
just executed the error-generating line again … and again … and again … and again …