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

(See Also)
m
Line 19: Line 19:
 
{{mIRC compatibility|2.1a}}
 
{{mIRC compatibility|2.1a}}
  
== See Also ==
+
== See also ==
 
{{mIRC|$evalnext}}
 
{{mIRC|$evalnext}}
 
+
{{mIRC identifier list}}
 
+
[[Category:mIRC identifiers|eval]]
 
 
[[Category:MIRC identifiers]]
 

Revision as of 16:37, 20 September 2017

$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

[Expand]
v · d · e mIRC identifier list