Why are you using $asc() with a number? Perhaps you meant $chr() ?

$asc() is used with a single character inside the parentheses. It will then tell you the $chr() value of that character. $chr() is the opposite. It will tell you the single character for the number value you enter:

//echo -a $chr(65)
A

//echo -a $asc(A)
65


Invision Support
#Invision on irc.irchighway.net