_Added in 1.9.0_ *$asc(C)* Returns the ascii number of the character C. *Parameters* C - The character. *Example*
;Returns 65.
//echo -ag $asc(A)  

;returns 42
//echo -ag $asc(*)