Difference between revisions of "DeleteVar"
From Wiki
Panther.sn (Talk | contribs) (→deleteVar) |
(→See Also) |
||
Line 37: | Line 37: | ||
{| | {| | ||
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | | | Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | | ||
− | [[Documentation# | + | [[Documentation#Obsolete |Obsolete ]] |
|} | |} |
Revision as of 04:13, 14 August 2005
deleteVar
Obsolete
Synopsis
deleteVar {variable name}
Description
The deleteVar command deletes the content of a variable.
Note The content can only be deleted if the variable has already been assigned to. Note The deleteVar command is deprecated since the set command can now assign an empty string value to a variable.
Example
... ; set %test to something set %test TEST ; note there is no % char in front. deleteVar test ; %test now holds nothing ...
See Also
set Variables |
Main_Page | Documentation |