From WikiChip
$eval Identifier - mIRC
< mirc‎ | identifiers
Revision as of 16:14, 20 September 2017 by 83.204.218.38 (talk) (See Also)

$eval allows you to dynamically evaluate a line of code N times.


Synopsis

$eval(text,N)

Paramters

  • text - The text you want to double evaluate.
  • N - The number of time you want to evaluate something, if N = 0, the text is not evaluated,

Properties

None

Example

//var %prefix_ $+ $me value | echo -a $eval($+(%,prefix_,$me),2)

Compatibility

Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$evalnext