Top

mIRC Code Snippets Tagged with numeric

  (3)  
Sort by 
Latest script.. wanted a text color'er that worked real well and had plenty of options and a dialog so here tis. To begin this script; paste it into your remotes (ALT+R) the type This script is nowhere..
+ 1 likes
10 comment(s)   |   Score: 3.7   |   Language: mIRC   |   Posted by jonesy44 on Aug 16, 2008
Usage: $ordtok(TOKEN,C,?) Will return entered numbers as ords (1.4.2 = 1st.2nd.4th) and as you can see, will sort them in reverse or put them in order (if you used $ordtok(4.1,46,nr) - it would return..
Tags: identifier  number  numeric  order  sort  token 
+ 0 likes
3 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by SyntaxIRC on Mar 08, 2008
The mIRC's $rand() identifier doesn't work with letters as it does with numbers. //echo -a $rand(111,999) - Returns 346 //echo -a $rand(aaa,zzz) - Returns a Now using $rand2() //echo -a $rand2(111,999)..
+ 0 likes
3 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by sladekraven on Mar 02, 2006
Bottom