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

m (Compatibility: This was added in 5.9)
 
(4 intermediate revisions by 2 users not shown)
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 13:
  
 
== 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|5.9}}
 
 
== See Also ==
 
{{mIRC|$addtokcs}}
 
{{mIRC|$remtok}}
 
{{mIRC|$gettok}}
 
{{mIRC|$deltok}}
 
{{mIRC|$matchtok}}
 
{{mIRC|$wildtok}}
 
{{mIRC|$findtok}}
 
{{mIRC|$istok}}
 
{{mIRC|$instok}}
 
{{mIRC|$puttok}}
 
{{mIRC|$numtok}}
 
{{mIRC|$reptok}}
 
{{mIRC|$sorttok}}
 
  
 +
== See also ==
 +
{{mIRC|$eval}}
 +
{{mIRC identifier list}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|evalnext]]

Latest revision as of 11:56, 31 January 2024

$evalnext returns the same as $eval(text,2)


Synopsis[edit]

$evalnext(text)

Paramters[edit]

  • text - The text you want to double evaluate.

Properties[edit]

None

Example[edit]

//echo -a $evalnext($!me)

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]

$eval

[Expand]
v · d · e mIRC identifier list