Version: 1.0
The Asc function returns the ANSI character code value for the
first character in a string.
<% =Asc("abcde fghij klmno pqrst uvwxyz")
%>
97
In these two examples, note that the ANSI value is returned only for the "a".
<% =Asc("a") %>
97