by the way you could type any "char" to let echo work with $asc or other functions. it is not only "-a".

for example you could type.
Code:
//echo x $asc(65)
//echo - $asc(65)
//echo . $asc(65)
//echo 4 $asc(65)


thanks.