warning | The routines DELSTRUCT, DELCOM, DELPROC, and DELFUNC are provided as convenience routines for PV-WAVE developers. They allow developers to delete or reset certain elements of PV-WAVE's internal memory, which would otherwise require a restart of the PV-WAVE session. They are only used at the $MAIN$ level, i.e., at the WAVE> prompt. Any other use results in session instability and undefined results. |
LOADCT, 0, /Silent
INFO, /Procedures
; PV-WAVE prints a list of all procedures in memory including LOADCT.
; Delete the compiled LOADCT procedure from memory.
DELPROC, 'loadct'