MC-Basic:DELETEVAR

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= DeleteVar ''<variable>'' |AVAILABILITY= All versions |DESCRIPTION= This command deletes the defined variable or user-defined exception from t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command deletes the defined variable or user-defined exception from the symbol table. Only one variable at a time CAM be deleted, but wildcards can be used.

Syntax

DeleteVar <variable>

Availability

All versions

Range

Existing variable names

Scope

Task or Terminal

Limitations

Write-Only. Operates only on global variables

Examples

DeleteVar int1

DeleteVar int*                                             ' Deletes all variables starting with int

See Also