ccon Method

Enables Ctrl-C.

Syntax

IMiameLib.ccon()

Parameters

None.

Return Value

None.

Remarks

Use of the ccon method within a called XCALL routine has exactly the same functional effect as executing:

SET CTRLC

at the A-Shell command prompt, or executing:

XCALL CCON

within an AlphaBASIC program. See also the ccoff method.