# BREAK-KEY-OFF
Read Time: 1 minute(s)
# Description
The jBASE BREAK-KEY-OFF command disables the break key when executing jBASE programs. The break key can be disabled on the current port or a port number specified as an argument.
It takes the general form:
BREAK-KEY-OFF {port number}
BREAK-KEY-OFF {-?|-h}
1
2
2
For example, if the break key is enabled on port 42 then this command will disable it:
BREAK-KEY-OFF 42
1
Back to Tools and Utilities