From WikiChip
Editing mirc/commands/set

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
{{mirc title|/set Command}}
+
{{mIRC menu}}
The '''/set command''' can be used to replace the value of an existing variable or create a new variable and assign it the given value. By default /set creates global variable, this can be changed via the -l switch. Unlike the {{mIRC|/var}} command, set cannot assign a value to multiple variables at once. It support {{mirc|variables#Math_Operations|one math operation}}.
+
The '''/set command''' can be used to replace the value of an existing variable or create a new variable and assign it the given value. By default /set creates global variable, this can be changed via the -l switch. Unlike the {{mIRC|/var}} command, set cannot assign a value to multiple variables at once. It support [[Variables - mIRC#Math_Operations|one math operation]]
  
 
== Set evaluation routine ==
 
== Set evaluation routine ==
Line 9: Line 9:
 
Will create a variable like %1209425041 with the value of 'ABC'; Similarly this can be used with $nick and $chan in on events.
 
Will create a variable like %1209425041 with the value of 'ABC'; Similarly this can be used with $nick and $chan in on events.
  
'''Note''':  /set will fail to evaluate your variable if you have dynamic parameters before the name, read more [[Variables - mIRC#Special_behaviors_&_quirks|here]]
+
'''Note''':  /set will fail not to evaluate your variable if you have dynamic parameters before the name, read more [[Variables - mIRC#Special_behaviors_&_quirks|here]]
  
 
== Synopsis ==
 
== Synopsis ==
  /set [-gisuNzneplk] <%var> [value]
+
  /set [-suNznelk] <%var> [value]
  /set [-gisuNznelk] <%var> <number> <+ | - | * | / | % | ^ | &> <number>
+
  /set [-suNznelk] <%var> <number> <+ | - | * | / | % | ^> <number>
  
 
== Switches ==
 
== Switches ==
Line 20: Line 20:
 
* '''-z''' - Decreases the value of the variable by 1/second until zero is reached. At zero the variable will be unset.
 
* '''-z''' - Decreases the value of the variable by 1/second until zero is reached. At zero the variable will be unset.
 
* '''-n''' - Treat the value as plain text, even if arithmetic operators are used.
 
* '''-n''' - Treat the value as plain text, even if arithmetic operators are used.
* '''-e''' - Unsets the variable when mIRC exits
+
* '''-e''' - Unsets the variable when mIRC exists
 
* '''-l''' - Creates a local variable instead
 
* '''-l''' - Creates a local variable instead
 
* '''-k''' - Keeps the unset time (-u) from a previous command
 
* '''-k''' - Keeps the unset time (-u) from a previous command
* '''-i''' - Only set the value to the variable if the variable does not already have a value, good for initialization
 
* '''-g''' - Since you can have a global variable and a local variable of the same name, this makes sure the global variable is set
 
* '''-p''' - Permits value to be 2 literal doublequotes and permits value to end with a single $chr(32) space. Also performs -n switch behavior
 
  
 
== Parameters ==
 
== Parameters ==
Line 100: Line 97:
 
{{mIRC command list}}
 
{{mIRC command list}}
  
[[Category:mIRC commands|set command - mIRC]]
+
[[Category:MIRC commands]]

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)