From WikiChip
Difference between revisions of "mirc/identifiers/$vcmdver"
m (PatrolBot moved page $vcmdver identifier - mIRC to mirc/identifiers/$vcmdver: per new naming convention) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | '''$vcmdver''' is used to retrieve the version of your installed Speech Recognition software. | + | {{mirc title|$vcmdver identifier}}'''$vcmdver''' is used to retrieve the version of your installed Speech Recognition software. |
− | = Synopsis = | + | |
+ | == Synopsis == | ||
<pre>$vcmdver</pre> | <pre>$vcmdver</pre> | ||
− | = | + | == Parameters == |
+ | None | ||
+ | |||
+ | == Properties == | ||
None | None | ||
− | = Results = | + | == Results == |
<span style="display: inline-block; width: 60px;">'''vN.NN'''</span>The vN.NN would be replaced with the actual version number your Speech Recognition software returns to mIRC. | <span style="display: inline-block; width: 60px;">'''vN.NN'''</span>The vN.NN would be replaced with the actual version number your Speech Recognition software returns to mIRC. | ||
<span style="display: inline-block; width: 60px;">'''$null'''</span>You do not have Speech Recognition software installed. | <span style="display: inline-block; width: 60px;">'''$null'''</span>You do not have Speech Recognition software installed. | ||
− | = | + | == Examples == |
− | + | Echo the current version of your Speech Recognition software to the active window: | |
<pre>//echo -a $vcmdver</pre> | <pre>//echo -a $vcmdver</pre> | ||
− | = See also = | + | == Compatibility == |
+ | {{mIRC compatibility|5.7}} | ||
+ | |||
+ | == See also == | ||
* {{mIRC|/vcadd}} | * {{mIRC|/vcadd}} | ||
* {{mIRC|/vcmd}} | * {{mIRC|/vcmd}} | ||
* {{mIRC|/vcrem}} | * {{mIRC|/vcrem}} | ||
* {{mIRC|$vcmdstat}} | * {{mIRC|$vcmdstat}} | ||
− | * | + | * {{mIRC|on vcmd}} |
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|vcmdver]] |
Latest revision as of 17:11, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$vcmdver is used to retrieve the version of your installed Speech Recognition software.
Synopsis[edit]
$vcmdver
Parameters[edit]
None
Properties[edit]
None
Results[edit]
vN.NNThe vN.NN would be replaced with the actual version number your Speech Recognition software returns to mIRC.
$nullYou do not have Speech Recognition software installed.
Examples[edit]
Echo the current version of your Speech Recognition software to the active window:
//echo -a $vcmdver
Compatibility[edit]
Added: mIRC v5.7
Added on: 02 Feb 2000
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