Break command

Use in a Server.Load script to allow the user to set program control after an error.

Syntax

Break [x]

Where x is:

  • 1 -- To terminate program upon error
  • 0 -- To move on to next line upon error

The default is Break 1.