TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-327
#RESET Built-In Function
#RESET Built-In Function 
Use #RESET to reset the argument pointer, frame number, reply value, and result text.
option
is a reset request. It can be any of these:
ARGUMENTS
sets the argument pointer (see #ARGUMENT Built-In Function on page 9-21) 
to the beginning of the routine argument list. This option is applicable only 
within a routine.
FRAMES
in a routine, invokes #UNFRAME for all frames with frame numbers higher 
than they were when the routine was entered. Outside of a routine, it invokes 
#UNFRAME for all frames with numbers higher than they were when the last 
prompt was issued.
REPLY
discards the reply thus far accumulated. For additional information, see 
#REPLY Built-In Function on page 9-319, #REPLYPREFIX Built-In Variable on 
page 9-320, and the description in the TACL Programming Guide of TACL 
operating as a server.
RESULTS
discards all previous results of #RESULT. This option is applicable only from 
within a routine.
Result
#RESET returns nothing.
#RESET option [ option ] ...










