TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-282
#OUTPUTV Built-In Function
Example
This example shows the use of a concatenated string containing both a variable name
and quoted text as an argument to #OUTPUTV.
#PUSH termname
#SET termname [#MYTERM]
#OUTPUTV "My terminal is " '+' termname '+' " at this time."
Assuming the home terminal name is $GREEN at the time the #SET function is
executed, the following is written to the OUT file:
My terminal is $GREEN at this time.