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.
Use in a Server.Load script to allow the user to set program control after an error.
Break [x]
Where x is:
The default is Break 1.