User Guide
>
Using Content Extraction Language
>
Language Syntax and Examples
>
asc (string);
Was this helpful?
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".
Last modified date: 02/01/2024
This site works best with JavaScript enabled