Difference between revisions of "DeleteVar"

From Wiki
Jump to: navigation, search
m (Description: changed format to match note standard)
m (See Also: put links in table)
Line 27: Line 27:
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| [[set]] [[Variables]]
+
| Width=200px | [[set]] || Width=200px | [[Variables]]
 
|}
 
|}
 
----
 
----

Revision as of 17:45, 24 August 2005

deleteVar

Obsolete

Synopsis

deleteVar {variable name}

Description

The deleteVar command deletes the content of a variable.

Notes:

  • The content can only be deleted if the variable has already been assigned to.
  • 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

Obsolete