-
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
$beta Identifier - mIRC
< mirc | identifiers
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
$beta returns if running a beta version, returns the beta portion of the version number. Otherwise returns $null string.
Synopsis[edit]
$beta
Parameters[edit]
None
Properties[edit]
None
Example[edit]
//echo -a version is $version $+ $iif($beta,. $+ $beta)
When someone on forum is having trouble with their mIRC acting incorrectly, it's often part of the info string they're requested to paste in reply. The $beta identifier does exist even when it returns the $null string, because otherwise enabling "identifier warning" would generate an error message.
//echo -a $os $version $beta $md5($mircexe,2) $file($mircexe).sig $alias(0) $script(0) $dll(0) $com(0)
Compatibility[edit]
Only returns a value in beta versions
See also[edit]
[Expand]