TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-329
#RESULT Built-In Function
#RESULT Built-In Function
Use #RESULT to supply the text that is to replace the original invocation of a routine.
text
specifies the text that replaces the original invocation of the routine in which this
function appears.
Result
#RESULT returns nothing.
Considerations
•
If your routine contains no calls to #RESULT, the routine returns nothing.
•
If your routine contains multiple calls to #RESULT, the text supplied by each call is
separated by spaces from the text supplied by the preceding call to #RESULT.
•
A routine can invoke #RESULT at any time during its execution.
•
A routine can discard all previous results by invoking #RESET RESULTS.
#RESULT [ text ]