Unset

From Scriptwiki
Revision as of 10:04, 2 July 2007 by Cail (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Unsets and removes a variable from the variable list.

/unset [-s] <%var>

The -s switch gives an output: * Unset %var

Note that you can specify a variable with wildcard characters.

Example

/unset %moo

This will unset and remove the variable %moo.

/unset %test*

This will unset and remove all variables that begin with %test.

See Also