Table 5-3 Variables And Commands For Inline Display - HP TACL Programming Manual

Tandem advanced command language
Table of Contents

Advertisement

Processing and Displaying Messages
The commands and variables in Table 5-3 control the display of process input and
output and the capture of process output. To retrieve the setting of a built-in variable,
expand the variable or use the associated command. You can set these values at any
time while communicating with an INLINE process.
Table 5-3. Variables and Commands for INLINE Display
TACL Built-In
TACL
Variable
Command
#INLINEECHO
INLECHO
#INLINEOUT
INLOUT
#INLINETO
INLTO
Lines written by a process started with the INLINE option, and without the OUT or
OUTV options, are copied to the current TACL OUT file unless the #INLINEOUT
built-in variable is set to zero to disable copying.
If the #INLINETO built-in variable contains the name of a variable, TACL appends all
output from processes started with the INLINE option—and without the OUT or
OUTV options—to the specified variable. If #INLINETO is empty, TACL does not
append the output to any variable.
The settings of #INLINEOUT and #INLINETO are not related to each other. You can
send process output to the current TACL OUT file, to a variable, to both, or to neither.
You can change the setting of #INLINETO to distribute inline process output among
multiple variables.
107365 Tandem Computers Incorporated
Initiating and Communicating With Processes
Default
Value
Description
OFF
Enables or disables input line echoing to the TACL
OUT file
ON
Enables or disables output lines to the TACL OUT
file
NULL
Specifies an output variable
Using the INLINE Facility
5–9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents