Top

mIRC Code Snippets Tagged with identifiers

  (2)  
Sort by 
this alias will let you reverse the text.. usage $reverse(text) eg: $reverse(text) will return "txet"
Tags: identifiers 
+ 0 likes
6 comment(s)   |   Score: 4.8   |   Language: mIRC   |   Posted by Gex on Mar 03, 2006
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