HPlogo QUERY/V Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 3 QUERY/V COMMANDS

DESTROY

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

Deletes a procedure from the current Proc-file.

Syntax

   DE[STROY] procedure name

For example:

   >DESTROY REP23

Where procedure name = REP23

Parameter

procedure name

is the name of a procedure stored in the current Proc-file.

Discussion

This command deletes a procedure from the current Proc-file. If the Proc-file has not been declared, or if the named procedure does not exist in the Proc-file, QUERY informs you and prompts you for another command. If the procedure does exist in the Proc-file, it is deleted.

Example

   >PROC-FILE  =MANPROC

   >DISPLAY LIST



   FIND1       FIND2       UPD1       UPD2       REP4       REP5

   >DESTROY UPD2

   >D LIST



   FIND1       FIND2       UPD1       REP4       REP5

   >
Feedback to webmaster