From WikiChip
$result Identifier - mIRC
< mirc‎ | identifiers
Revision as of 14:49, 7 September 2015 by 83.204.154.100 (talk)

$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.


See Also

/return /returnex