Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
A Resume statement appeared outside error-handling code, or the code jumped into an error handler even though there was no error.
To correct this error
Move the
Resumestatement into an error handler, or delete it.Jumps to labels cannot occur across procedures, so search the procedure for the label that identifies the error handler. If you find a duplicate label specified as the target of a
GoTostatement that isn't anOn Error GoTostatement, change the line label to agree with its intended target.