DELVAR

The DELVAR procedure deletes variables from the main IDL program level. DELVAR frees any memory used by the variable and removes it from the main program's symbol table. The following restrictions apply:

Calling Sequence

DELVAR, V 1 , ..., V n

Arguments

V i

One or more named variables to be deleted.

Example

Suppose that the variable Q is defined at the main program level. Q can be deleted by entering:

DELVAR, Q

See Also

TEMPORARY