TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-201
#INLINEECHO Built-In Variable
#INLINEECHO Built-In Variable
Use #INLINEECHO to determine whether TACL copies to its own OUT file the lines it
passes to the IN file of an inline process.
Result
#INLINEECHO returns 0 if echoing is disabled, -1 if it is enabled.
Considerations
•
When you first log on, #INLINEECHO is initialized to zero.
•
Use #PUSH #INLINEECHO (or PUSH #INLINEECHO) to save a copy of your
current setting of the echo flag.
•
Use #POP #INLINEECHO (or POP #INLINEECHO) to restore the echo flag from
the last copy pushed.
•
Use #SET #INLINEECHO (or SET VARIABLE #INLINEECHO) to enable or disable
echoing of inline process input.
The syntax of #SET #INLINEECHO is:
num
is zero to set the echo flag off, a nonzero value to set it on.
#INLINEECHO
#SET #INLINEECHO num