User Guide : Using Content Extraction Language : Language Syntax and Examples : asc (string);
 
Share this page                  
asc (string);
This built-in function returns the ASCII value of the first character of the input string.
Example
ASC("foo") would return 102. The ASCII code for the letter "f".