TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-260
#MORE Built-In Function
#MORE Built-In Function
Use #MORE in a routine to find out whether an entire argument set has been
processed.
Result
#MORE returns -1 if there are more arguments, 0 if there are none remaining.
Considerations
To parse the arguments passed to a routine, use the #ARGUMENT built-in
function.
To examine the unprocessed part of an argument set, use the #REST built-in
function.
To obtain the number of characters that #ARGUMENT has processed, use the
#GETSCAN built-in function.
To specify the position for the next #ARGUMENT command to resume processing,
use the #SETSCAN built-in function.
#MORE