From WikiChip
Difference between revisions of "mirc/commands/bunset"
m (Bot: Fixing compatibility) |
(→See also) |
||
Line 32: | Line 32: | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
* {{mIRC|$bvar}} | * {{mIRC|$bvar}} | ||
+ | * {{mIRC|$bfind}} | ||
* {{mIRC|/bread}} | * {{mIRC|/bread}} | ||
* {{mIRC|/breplace}} | * {{mIRC|/breplace}} | ||
+ | * {{mIRC|/bwrite}} | ||
* {{mIRC|/bset}} | * {{mIRC|/bset}} | ||
+ | * {{mIRC|/bcopy}} | ||
* {{mIRC|/btrunc}} | * {{mIRC|/btrunc}} | ||
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 12:43, 6 July 2014
The /bunset command unsets a binary variable. You can unset multiple variables using the space delimiter.
Synopsis
/bunset &binvar [&binvar [&binvar ...]]
Switches
None
Parameters
- &binvar - The name of the binary variable to unset
Example
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
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
mIRC commands list