Whitey commented on a Page, Quick ASCII Table  -  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  
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.