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



Contents arrset average