Quick ASCII Table

By ch1zra on May 17, 2005

ASCII characters table. simple as it gets :) all info is in the remote.

Comments

Sign in to comment.
Ghost-lit Warder   -  Jul 15, 2007

I really hate the back button. D:

 Respond  
Ghost-lit Warder   -  Jul 15, 2007

.. wtf.. sorry wrong snippet. o_O

This was meant for your clock snippet. >_>

 Respond  
Ghost-lit Warder   -  Jul 15, 2007

After I unloaded it I keep getting: WCL.UPD Unknown command
Is there anyway I can fix this?

 Respond  
Whitey   -  Jul 06, 2005

Heh, I wrote something like this a while ago when I needed it...

alias /getchrs {
.set %chrs.cur 1
if ($exists(characterlist.txt)) { .write -c characterlist.txt }
while (%chrs.cur < 257) {
.write characterlist.txt %chrs.cur $+ : $+ $chr(%chrs.cur)
.inc %chrs.cur
}
.run notepad characterlist.txt
}

Still, your\'s is a lot better :).

/Whitey

 Respond  
ch1zra   -  May 18, 2005

updated.. don\'t know how and why I made the loop go only till 250... my bad :\

 Respond  
QuickStep   -  May 18, 2005

by reading the comments you are well aware that there are 256 ascii characters (actually 255, but 256 if you count the NULL), but the loop is onl 1 to 250, you should loop through 0 to 255 to show them all (or actually 1 to 255)

 Respond  
ch1zra   -  May 17, 2005

:) got idea from Voxx\'s [Utilities]. this is just simplified version...

 Respond  
xDaeMoN   -  May 17, 2005

This is nice =)

 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.