From WikiChip
Difference between revisions of "mirc/commands/bunset"
m (Bot: Adding a template) |
m (Bot: de-linking old mIRC menu) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/bunset Command}} | ||
The '''/bunset command''' unsets a binary variable. You can unset multiple variables using the space delimiter. | The '''/bunset command''' unsets a binary variable. You can unset multiple variables using the space delimiter. | ||
Line 26: | Line 27: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.7}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$bvar}} |
− | * | + | * {{mIRC|$bfind}} |
− | * | + | * {{mIRC|/bread}} |
− | * | + | * {{mIRC|/breplace}} |
− | * | + | * {{mIRC|/bwrite}} |
+ | * {{mIRC|/bset}} | ||
+ | * {{mIRC|/bcopy}} | ||
+ | * {{mIRC|/btrunc}} | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|bunset command - mIRC]] |
Latest revision as of 18:10, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /bunset command unsets a binary variable. You can unset multiple variables using the space delimiter.
Synopsis[edit]
/bunset &binvar [&binvar [&binvar ...]]
Switches[edit]
None
Parameters[edit]
- &binvar - The name of the binary variable to unset
Example[edit]
Alias Example { ;Create a binary variable bset -t &Example 1 cool text ;Print out its content echo -a $qt($bvar(&Example,1,$bvar(&Example,0)).text) ;Unset the variable bunset &Example ;Print out its content ($null) echo -a $qt($bvar(&Example,1,$bvar(&Example,0)).text) }
Compatibility[edit]
Added: mIRC v5.7
Added on: 02 Feb 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list