ON ERROR RESUME [ label | next ]

[<<<] [>>>]

Setting ON ERROR RESUME will try to continue execution on the label or on the next statement when an error occurs without any error handling code.

See also ONERRORGOTO, RESUME and ERROR.


[<<<] [>>>]