mIRC Code Snippets Tagged with numeric
(3)
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
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





