en:docs:dos:cmd:basic:on_error

Table of Contents

ON ERROR

Syntax

ON ERROR GOTO errline

Description

When a trappable error occurs, execute GOTO errline. The error handler must terminate with a RESUME command. If the line number is 0 (zerp), then use the default error handler. Valid when OPTION ERROR GOTO.