Asc

Purpose:

Returns the ASCII-Code of the first character of the string. For Unicode, the value is the Unicode code point. See also www.unicode.org.

Parameter:

String

Return value:

Number

Example:

Asc("A")           Result: 65