ASCII

ASCII returns the decimal representation of the first character of an expression.

Return Value

NUMBER

Syntax

ASCII(char) 

Arguments

char can be any text expression.

Example

ASCII('Boston') returns the value 66, which is the ASCII equivalent of the letter B.