Jethro commented on a Page, Turn text into ascii  -  Jan 25, 2011

ksolt21, you install the code in your mirc remote. The return command used in the script is for you to utilize it as an identifier to call from it. You can add an echo command like this:> alias ascii {
var %i = 1
while (%i <= $len($1-)) {
var %k = $+(%k,$eval($chr,0),$chr(40),$asc($mid($1-,%i,1)),$chr(41),$chr(44))
inc %i
}
$iif($isid,return,echo -a) $+($eval($+,0),$chr(40),$left(%k,-1),$chr(41))
}/now you can enter the command as: /ascii

Then the code will print out mirc character numbers of the characters you've entered.

 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.