From WikiChip
$eval Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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
$eval