Returning the ASCII value of a characterΒΆ

asc()

Return ASCII value of a character


SYNTAX

asc(text_expression)

Returns the ASCII value of the first character in the text_expression string. The function returns an integer value in the range 0-255. If text_expression is empty, then 0 is returned.


RELATED TOPICS

chr()