mIRC Snippets

Name:Ascii Window
Description: This will return all characters with its ascii number, useful if you dont know the ascii number of a character.

Code below...
> ;********************************

;
Type in /ascii to view all ascii characters

;********************************
alias ascii {
  var %
i 1
  
while (%<= 256) { 
    
window -@ascii
    aline 
@ascii $+(CHR %i,:,$chr(%i))
    
inc %i
  
}
}
<

« Back to mIRC Snippets

Home | Site Map | Privacy Policy | Advertising | Contact Us
Copyright © 2006-2014 r2xDesign.net - All Rights Reserved.
eXTReMe Tracker