asc Function

Purpose:

to return the ascii value of the first character of a string

Syntax:

asc("A")

Comments:

Only the first chracter of the string is used

Example:

print asc("A")

65