Top

mIRC Code Snippets Tagged with tok

  (2)  
Sort by 
Usage: $filttok(TOKEN,RANGE,C) Example: $filttok(a.b.c.d.e,b-c,46) will return a.d.e As you can see, it works for both letters and numbers and will filter out the range.
Tags: alias  easy  filter  filtok  mirc  tok  token 
+ 0 likes
6 comment(s)   |   Score: 8.0   |   Language: mIRC   |   Posted by SyntaxIRC on Mar 07, 2008
Usage: $asntok(TOKEN,N,?) Will sort and insert needed numbers. For example, $asntok(4.1,46) would return 1.2.3.4 (if you used $asntok(4.1,46,nr) - it would return it in reverse)
Tags: asntok  help  insert  number  numtok  sort  tok  token 
+ 0 likes
1 comment(s)   |   Score: 4.5   |   Language: mIRC   |   Posted by SyntaxIRC on Mar 07, 2008
Bottom