Previous Topic: Usage NotesNext Topic: Displaying an Alternate Screen Image


Delete Variables

When you use UDEFINE, VDEFINE, or GDEFINE to define a variable, you should always be sure to delete the variable when you no longer need the value.

Use the appropriate DELETE command to delete the variable (UDELETE, VDELETE, or GDELETE).

Important! Be careful to delete variables defined with UDEFINE or GDEFINE, because these variables will persist after the ACL/E program finishes executing.

For example, the following statement deletes the variable defined in the example in the previous section:

VDELETE CUSTNAME