From WikiChip
Difference between revisions of "mirc/identifiers/$result"
(Created page with "{{mirc title|$result Identifier}}'''$result''' return the value passed to the last {{mIRC|/return}} (or {{mIRC|/returnex}} command. == Synopsis == <pre>$result</pre> == Para...") |
(→Compatibility) |
||
Line 22: | Line 22: | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility|4. | + | {{mIRC compatibility|4.52}} |
== See Also == | == See Also == |
Revision as of 13:48, 7 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$result return the value passed to the last /return (or /returnex command.
Synopsis
$result
Paramters
None
Properties
None
Example
alias test { return 5 } alias testing { echo -a $test $result }
Compatibility
Added: mIRC v4.52
Added on: 06 Jul 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.