TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-98
#DEFINENEXTNAME Built-In Function
#DEFINENEXTNAME Built-In Function
Use #DEFINENEXTNAME to obtain the name of the DEFINE that follows the specified
DEFINE in the sequence established by the operating system. The function invokes
the DEFINENEXTNAME operating system procedure.
define-name
specifies the name from which to begin searching for the next DEFINE name. If
you omit it, the function returns the first DEFINE name.
Result
#DEFINENEXTNAME returns a numeric error code indicating the outcome of the
DEFINENEXTNAME procedure; zero indicates success. See Appendix B, Error
Messages for a list of DEFINE-oriented error codes.
If the error code is 0, it is followed by a space and the name of the next DEFINE in
sequence.
#DEFINENEXTNAME [ define-name ]