ascii

Returns a number representing the ASCII code value of the leftmost character of "string_expression".

Syntax

ascii ( string_expression )

Example

ascii ( 'A' )

Result

Returns '65'