-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/commands/bunset
< mirc | commands
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.