Disables Ctrl-C.
Syntax
IMiameLib.ccoff()
Parameters
None.
Return Value
None.
Remarks
Use of the ccoff method within a called XCALL routine has exactly the same functional effect as executing:
SET NOCTRLC
at the A-Shell command prompt, or executing:
XCALL CCOFF
within an AlphaBASIC program. See also the ccon method.