TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-83
INLOUT Command
INLOUT Command
Use the INLOUT command to specify whether lines written by inline processes to their
OUT files are to be copied to the current TACL OUT file as well. (Use of the INLINE
facility is described in the TACL Programming Guide.)
OFF
disables copying of output lines.
ON
enables copying of output lines to the TACL OUT file.
Considerations
To permit OUT file copying, the inline process must have been started with neither
the OUT option nor the OUTV option.
The INLOUT command offers a simplified interface to the #INLINEPREFIX Built-In
Variable on page 9-204.
You can display the current setting for INLOUT with the ENV command.
You can save the previous copy-control setting by pushing #INLINEOUT; you can
revert to that setting by popping #INLINEOUT.
CONTROLs and SETMODEs issued by an inline process are ignored.
INLOUT { OFF | ON }