Difference between revisions of "DeleteVar"
From Wiki
(→Description: Applying template to note) |
(Applying templates (header, body, footer)) |
||
Line 1: | Line 1: | ||
− | + | {{command header|Obsolete}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | {{body|deleteVar {variable name}|The [[deleteVar]] command deletes the content of a variable.}} | |
− | The [[deleteVar]] command deletes the content of a variable. | + | |
Line 27: | Line 22: | ||
...</pre> | ...</pre> | ||
− | + | ||
− | { | + | {{footer}} |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 03:43, 26 September 2005
Synopsis
deleteVar {variable name}
Description
The deleteVar command deletes the content of a variable.
Note: |
|
Example
... ; set %test to something set %test TEST ; note there is no % char in front. deleteVar test ; %test now holds nothing ...
See also
Main Page | Documentation |