Author Topic: Microsoft Access Function Library: Asc()  (Read 4097 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1826
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Microsoft Access Function Library: Asc()
« on: August 15, 2012, 05:33:22 PM »
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