Easy Ascii Table

By Zmodem on Oct 29, 2008

This is a basic ASCII Table generator. Never really knew how useful this would be to people, because it's so easy, but I'm submitting it for anyone that ever wanted to view the ASCII table within mIRC, instead of just going to the windows one. Enjoy!

Syntax: /tascii

alias tascii { window -c @tascii | window @tascii | var %i = 255 | while (%i) { echo @tascii CHR %i - $chr(%i) | dec %i } }

Comments

Sign in to comment.
RusselB   -  Nov 04, 2008

Nothing against the code, but there are some non-printable characters that will not show up in the above script, and mIRC.net has a complete display of all of the $chr codes including the non-printable ones, such as the codes for colour, bold, underline, Line feed, carriage return, etc.

Unfortunately their site is down at the moment so I'm unable to post a reference link to the actual list.

Here's the URL if anyone is interested http://www.mirc.net/ascii.php

 Respond  
Blitzjager   -  Oct 29, 2008

I was just using a txt file but mirc doesn't recognize all of them. =/

 Respond  
Zmodem   -  Oct 29, 2008

Thanks!

 Respond  
^Neptune   -  Oct 29, 2008

So damn tiny, yet awesome. :O

 Respond  
Zmodem   -  Oct 29, 2008

This was just a spur-of-the-moment type of thing. Didn't know so many of you actually wanted something like this, because it's just so damned simple! :) But, the guys in the channel said it was useful, so here it is. Don't criticize the simplicity, because I know more than anyone that it's simple.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.