Top

mIRC Code Snippets Tagged with isid+prop

  (3)  
Sort by 
The alias $fltok will return either the first token or last token. Usage: $fltok(TEXT,C) = last token Usage: $fltok(TEXT,C).f = first token The alias $rmtok will return either a random token or..
Tags: first  isid  last  middle  prop  random 
+ 2 likes
4 comment(s)   |   Score: 5.7   |   Language: mIRC   |   Posted by Scakk on Sep 17, 2008
This alias will return the text in random color per letter or random color per letter with a random color back ground per letter. Background color is optional. Usage: $mcolor(TEXT) = text in random..
Tags: alias  background  color  isid  mcolor  prop  random 
+ 1 likes
8 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by Scakk on Sep 17, 2008
The below snippet with tell you the percentage of capital letters , lowercase letters or both. It will only take into account letters in the string being checked. Update: Removed variables and placed..
Tags: capital  iscaps  isid  lowercase  percent  prop  regex 
+ 0 likes
8 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Scakk on Jun 07, 2008
Bottom