From WikiChip
Difference between revisions of "mirc/identifiers/$result"
< mirc‎ | identifiers

m
(Example)
Line 16: Line 16:
 
   return 5
 
   return 5
 
}
 
}
alias testing {  
+
alias testing {
   echo -a $test $result
+
  test
 +
   echo -a $result
 
}</source>
 
}</source>
  

Revision as of 11:09, 23 December 2017

$result returns the value passed to the last /return (or /returnex) command.


Synopsis

$result

Parameters

None

Properties

None

Example

alias test {
  return 5
}
alias testing {
  test
  echo -a $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

[Expand]
v · d · e mIRC identifier list