From WikiChip
Difference between revisions of "mirc/identifiers/$evalnext"
Line 1: | Line 1: | ||
− | {{mirc title|$ | + | {{mirc title|$evalnext Identifier}}'''$evalnext''' returns the same as {{mIRC|$eval|$eval}}(text,2) |
== Synopsis == | == Synopsis == | ||
− | <pre>$ | + | <pre>$evalnext(text)</pre> |
== Paramters == | == Paramters == | ||
− | * '''< | + | * '''<text>''' - The text you want to double evaluate. |
− | |||
− | |||
== Properties == | == Properties == | ||
Line 14: | Line 12: | ||
== Example == | == Example == | ||
− | <source lang="mIRC">//echo -a $ | + | <source lang="mIRC">//echo -a $evalnext($!me)</source> |
− | |||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility| | + | {{mIRC compatibility|2.1a}} |
== See Also == | == See Also == | ||
− | {{mIRC|$ | + | {{mIRC|$eval}} |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:MIRC identifiers]] | [[Category:MIRC identifiers]] |
Revision as of 15:07, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$evalnext returns the same as $eval(text,2)
Synopsis
$evalnext(text)
Paramters
- <text> - The text you want to double evaluate.
Properties
None
Example
//echo -a $evalnext($!me)
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.