TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-81
INLECHO Command
INLECHO Command
Use the INLECHO command to specify whether lines sent as input to an inline process
are to be copied to the current TACL OUT file. (Use of the INLINE facility is described
in the TACL Programming Guide.)
OFF
disables echoing of input lines.
ON
enables echoing of input lines to the TACL OUT file.
Considerations
•
The INLECHO command offers a simplified method of setting the #INLINEECHO
Built-In Variable on page 9-201.
•
You can display the current setting for INLECHO with the ENV command.
•
You can save the previous echo-control setting by pushing #INLINEECHO; you
can revert to that setting by popping #INLINEECHO.
•
Lines copied to the TACL OUT file are preceded by the prompt that the inline
process issued when it requested the line.
INLECHO { OFF | ON }