ARTS built-in documentation server

Workspace Method Delete

Description

Deletes a workspace variable.

The variable is marked as uninitialized and its memory freed.
It is not removed from the workspace though, therefore you
don't need to/can't call Create for this variable again.

Authors: Oliver Lemke

Synopsis

Delete( v )

Variables

GINv(Any)Variable to be deleted.