Guardian Procedure Calls Reference Manual
Considerations
• If an error occurs, the DEFINE is not deleted.
• The context-changes count is incremented each time DEFINEDELETE is invoked and a consequent
change to the process' context occurs. The count is incremented by one even if more than one
DEFINE is deleted.
Example
STRING .EXT define^name[0:23];
.
.
define^name ':=' ["=mytape "];
error := DEFINEDELETE ( define^name );
IF error <> DEOK THEN ... ;
Related Programming Manual
For programming information about the DEFINEDELETE procedure, see the Guardian Programmer's
Guide.
262 Guardian Procedure Calls (D-E)