From WikiChip
$result identifier - mIRC
< mirc‎ | identifiers

$result returns the value passed to the last /return (or /returnex) command only if the alias was called as a command (as of 7.51, may be extended to any aliases call in the future).


Synopsis[edit]

$result

Parameters[edit]

None

Properties[edit]

None

Example[edit]

alias test {
  return 5
}
alias testing {
  test
  echo -a $result
}

Compatibility[edit]

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[edit]

/return /returnex

[Expand]
v · d · e mIRC identifier list