ASC

This function will return the ascii value of a given character.


 ASC(Value)

PARAMETERS

VALUE

String.

Example:
To display the ascii value of the letter “A”:

MESSAGE(ASC(“A”)//”TEST”)
This command would return the number 65 which is the ascii value of “A”