Command : Set , Unset


Syntax


SET < variable > < string-value > UNSET < variable >

Description


SET:
Sets a variable to the specified string-value
The next references to that variable will return you that value.
The variable names are NOT case sensitive.
UNSET:
Unsets a previously set variable.
If the variable was not set, this command does nothing.

Example


/SET $CurrentTime $_time
/ECHO $_window $CurrentTime
/UNSET $CurrentTime
/SET $%ext_dynamic[$GlobalOpLists.$_chan] $_target
/UNSET $%ext_dynamic[$RevengeListForChannel.$_chan]

See also


CACHE
Index  Command list  Commandline syntax