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

m
m (Compatibility: This was added in 5.9)
 
Line 17: Line 17:
  
 
== Compatibility ==
 
== Compatibility ==
{{mIRC compatibility|2.1a}}
+
{{mIRC compatibility|5.9}}
  
 
== See also ==
 
== See also ==

Latest revision as of 11:59, 31 January 2024

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


Synopsis[edit]

$eval(text,N)

Paramters[edit]

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

None

Example[edit]

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

Compatibility[edit]

Added: mIRC v5.9
Added on: 26 Apr 2001
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

$evalnext

[Expand]
v · d · e mIRC identifier list