Documentation

ascii

Syntax: %ascii(s)
Related: %char

Returns the ascii value of the first character of the string s.

Examples:

#SAY %ascii("A")

displays: 65

#SAY %ascii("a")

displays: 97

Add comment

Login or register to post comments