From WikiChip
Difference between revisions of "mirc/commands/bunset"
m (Bot: Adding a template) |
m (Bot: Fixing links) |
||
Line 36: | Line 36: | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
* [[$bvar identifier - mIRC|$bvar]] | * [[$bvar identifier - mIRC|$bvar]] | ||
− | * | + | * {{mIRC|/bread}} |
− | * | + | * {{mIRC|/breplace}} |
− | * | + | * {{mIRC|/bset}} |
− | * | + | * {{mIRC|/btrunc}} |
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 18:30, 5 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/02/2000
Note: Individual switches were not taken into consideration.
See also
mIRC commands list