Asc( string:string ) → int
Returns the ANSI or Unicode code for the first character of string.
Example:
Output( Asc("Hello") ); --> 72
See also: Chr