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

(Created page with "{{mirc title|$sorttok Identifier}}'''$sorttok''' sorts the token in text. == Synopsis == <pre>$sorttokcs(<list>,C[,nrca])</pre> == Paramters == * '''<list>''' - The list o...")
 
m
Line 1: Line 1:
{{mirc title|$sorttok Identifier}}'''$sorttok''' sorts the token in text.
+
{{mirc title|$sorttok identifier}}'''$sorttok''' sorts the token in text.
  
  
Line 20: Line 20:
 
{{mIRC compatibility|4.7}}
 
{{mIRC compatibility|4.7}}
  
== See Also ==
+
== See also ==
{{mIRC|$addtokcs}}
+
* {{mIRC|$addtok}}
{{mIRC|$remtok}}
+
* {{mIRC|$deltok}}
{{mIRC|$gettok}}
+
* {{mIRC|$findtok}}
{{mIRC|$deltok}}
+
* {{mIRC|$gettok}}
{{mIRC|$matchtok}}
+
* {{mIRC|$instok}}
{{mIRC|$wildtok}}
+
* {{mIRC|$istok}}
{{mIRC|$findtok}}
+
* {{mIRC|$matchtok}}
{{mIRC|$istok}}
+
* {{mIRC|$numtok}}
{{mIRC|$instok}}
+
* {{mIRC|$puttok}}
{{mIRC|$puttok}}
+
* {{mIRC|$remtok}}
{{mIRC|$numtok}}
+
* {{mIRC|$reptok}}
{{mIRC|$reptok}}
+
* {{mIRC|$sorttokcs}}
{{mIRC|$sorttokcs}}
+
* {{mIRC|$wildtok}}
 +
{{mIRC identifier list}}
  
 
+
[[Category:mIRC identifiers|sorttok]]
[[Category:mIRC identifiers|addtok]]
 

Revision as of 09:02, 23 September 2017

$sorttok sorts the token in text.


Synopsis

$sorttokcs(<list>,C[,nrca])

Paramters

  • <list> - The list of tokens (can be empty)
  • <C> - The ascii number (or code point) of the character seperating the tokens
  • ncra - default is alphabetical sort, n = numeric sort; c = channel prefix sort; r = reverse; a = alphanumeric sort

Properties

None

Example

//echo -a $sorttok(C a c b A B,32,a)

Compatibility

Added: mIRC v4.7
Added on: 09 Dec 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC identifier list