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/09/2024