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

Line 1: Line 1:
{{mirc title|$addtok Identifier}}'''$evalnext''' returns the same as {{mIRC|$eval|$eval}}(text,2)
+
{{mirc title|$evalnext Identifier}}'''$evalnext''' returns the same as {{mIRC|$eval|$eval}}(text,2)
  
 
== Synopsis ==
 
== Synopsis ==
<pre>$addtok(<list>,<token>,<C>)</pre>
+
<pre>$evalnext(text)</pre>
  
 
== Paramters ==
 
== Paramters ==
  
* '''<list>''' - The list of tokens (can be empty)
+
* '''<text>''' - The text you want to double evaluate.
* '''<token>''' - The token to add, if you pass $null here, the original list is returned, it doesn't return an error.
 
* '''<C>''' - The ascii number (or code point) of the character seperating the tokens
 
  
 
== Properties ==
 
== Properties ==
Line 14: Line 12:
  
 
== Example ==
 
== Example ==
<source lang="mIRC">//echo -a $addtok(a,b,32)</source>
+
<source lang="mIRC">//echo -a $evalnext($!me)</source>
Would display "a b"
 
  
 
== Compatibility ==
 
== Compatibility ==
{{mIRC compatibility|4.7}}
+
{{mIRC compatibility|2.1a}}
  
 
== See Also ==
 
== See Also ==
{{mIRC|$addtokcs}}
+
{{mIRC|$eval}}
{{mIRC|$remtok}}
+
 
{{mIRC|$gettok}}
 
{{mIRC|$deltok}}
 
{{mIRC|$matchtok}}
 
{{mIRC|$wildtok}}
 
{{mIRC|$findtok}}
 
{{mIRC|$istok}}
 
{{mIRC|$instok}}
 
{{mIRC|$puttok}}
 
{{mIRC|$numtok}}
 
{{mIRC|$reptok}}
 
{{mIRC|$sorttok}}
 
  
  
 
[[Category:MIRC identifiers]]
 
[[Category:MIRC identifiers]]

Revision as of 16:07, 20 September 2017

$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.


See Also

$eval