TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-203
#INLINEOUT Built-In Variable
#INLINEOUT Built-In Variable
Use #INLINEOUT to control whether TACL copies to its own OUT file lines that inline
processes write to their OUT files (when neither the OUT nor the OUTV option has
been specified).
Result
#INLINEOUT returns 0 if inline process output copying is disabled, -1 if it is enabled.
Considerations
When you first log on, #INLINEOUT is initialized to -1.
To permit OUT file copying, the inline process must not be started with the OUT or
OUTV options.
Use #PUSH #INLINEOUT (or PUSH #INLINEOUT) to save a copy of your current
setting of the output copy flag.
Use #POP #INLINEOUT (or POP #INLINEOUT) to restore the copy flag from the
last version pushed.
Use #SET #INLINEOUT (or SET VARIABLE #INLINEOUT) to enable or disable
copying of inline process output.
The syntax of #SET #INLINEOUT is:
num
is zero to set the copy flag off, a nonzero value to set it on.
#INLINEOUT
#SET #INLINEOUT num