Microsoft Access Function Library: Asc()

Started by bbasujon, August 15, 2012, 05:33:22 PM

Previous topic - Next topic

bbasujon

unction: Asc()

Purpose: The Asc() function is used to obtain the integer value of the first character in a string.

Usage: Asc(string)

Returns: Integer ASCII character code corresponding to the first character in string.

Examples and Special Cases

Asc("string") = 97

Asc("String") = 83

Asc("database") = 100

Asc() causes a runtime error
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection