Disables terminal echo.
Syntax
IMiameLib.echoff()
Parameters
None.
Return Value
None.
Remarks
Use of the echoff method within a called XCALL routine has exactly the same functional effect as executing:
SET NOECHO
at the A-Shell command prompt, or executing:
XCALL NOECHO
within an AlphaBASIC program. See also the echon method.