$asc
Returns the ascii number of the character C.
$asc(C)
//echo -a $asc(A) returns 65.
See Also
$chr returns the character of an ascii number.
Returns the ascii number of the character C.
$asc(C)
//echo -a $asc(A) returns 65.
$chr returns the character of an ascii number.