TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-93
#DEFINEDELETE Built-In Function
#DEFINEDELETE Built-In Function
Use #DEFINEDELETE to delete a DEFINE from the TACL context. This function
invokes the DEFINEDELETE operating system procedure.
define-name
is the name of the DEFINE to be deleted.
Result
#DEFINEDELETE returns a numeric error code indicating the outcome of the
DEFINEDELETE procedure. Zero indicates success. See Appendix B, Error Messages
for a list of DEFINE-oriented error codes. If an error occurs, the DEFINE is not deleted.
#DEFINEDELETE define-name