To allow converting the first character of a string into the corresponding ASCII character.
ASC(string)
Where: string is the string of regular characters.
Returned value: Numeric
&AscValue = Asc("Hello") // &AscValue = 72
Chr function