7.1
2013-09-23

ASC

Syntax

ASC(Text)

Description

Converts the leading character in <Text> to its numeric UNICODE value.

Example

ASC ("abc") => 97

Parameter description

Text

String from which to get UNICODE code from first character.