DeleteVar
From Wiki
Revision as of 03:43, 26 September 2005 by Boydon (Talk | contribs) (Applying templates (header, body, footer))
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 |