HPlogo QUERY/iX Reference Manual > Chapter 3 QUERY/iX COMMANDS

DESTROY

MPE documents

Complete PDF
Table of Contents

E0300 Edition 7 ♥
E1098 Edition 6

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
  >




DEFINE


DISPLAY