From WikiChip
Difference between revisions of "mirc/identifiers/$version"
m (Bot: Adding a template (template:mIRC identifier list)) |
m (→See also: Add $beta) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{mirc title|$version identifier}}'''$version''' retrieves the current version of mIRC that you are using. | |
− | = Synopsis = | + | |
+ | == Synopsis == | ||
<pre>$version</pre> | <pre>$version</pre> | ||
− | = | + | == Parameters == |
+ | None | ||
+ | |||
+ | == Properties == | ||
None | None | ||
− | = Results = | + | == Results == |
<span style="display: inline-block; width: 60px;">'''vN.NN'''</span>vN.NN would be replaced with the actual mIRC version that mIRC returns to you. | <span style="display: inline-block; width: 60px;">'''vN.NN'''</span>vN.NN would be replaced with the actual mIRC version that mIRC returns to you. | ||
− | = Example = | + | == Example == |
− | + | Echo the current mIRC version to the active window: | |
<pre>//echo -a $version</pre> | <pre>//echo -a $version</pre> | ||
− | = See also = | + | == Compatibility == |
+ | {{mIRC compatibility|5.02}} | ||
+ | |||
+ | == See also == | ||
+ | * {{mIRC|$beta}} | ||
* [[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 identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|version]] |
Latest revision as of 05:48, 25 January 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$version retrieves the current version of mIRC that you are using.
Synopsis[edit]
$version
Parameters[edit]
None
Properties[edit]
None
Results[edit]
vN.NNvN.NN would be replaced with the actual mIRC version that mIRC returns to you.
Example[edit]
Echo the current mIRC version to the active window:
//echo -a $version
Compatibility[edit]
Added: mIRC v5.02
Added on: 21 Apr 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC identifier list