TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-360
#SETSCAN Built-In Function
#SETSCAN Built-In Function
Use #SETSCAN to specify the position at which the next #ARGUMENT function is to
resume processing arguments.
num
specifies the argument position. Position zero is the first character after the routine
name.
Result
#SETSCAN returns nothing.
Considerations
To obtain the number of characters that #ARGUMENT has processed, use the
#GETSCAN built-in function.
To determine whether an entire argument set has been processed, use the
#MORE built-in function.
#SETSCAN num