echon Method

Enables terminal echo.

Syntax

IMiameLib.echon()

Parameters

None.

Return Value

None.

Remarks

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

SET ECHO

at the A-Shell command prompt, or executing:

XCALL ECHO

within an AlphaBASIC program. See also the echoff method.