From WikiChip
Difference between revisions of "mirc/identifiers/$version"
m (bot: correcting title) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{mirc title|$version | + | {{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 == | ||
* [[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]] |
Revision as of 18:14, 22 September 2017
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
$version
Parameters
None
Properties
None
Results
vN.NNvN.NN would be replaced with the actual mIRC version that mIRC returns to you.
Example
Echo the current mIRC version to the active window:
//echo -a $version
Compatibility
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
[Expand]
mIRC identifier list