Returns the conversion of the first character of a string into its character code (an integer)
Supported Platforms: Windows and Mac OS
(ascii str)
Type: String
A single character or text string.
Type: Integer
A numeric value in the range of 1-65536.
Releases:
AutoCAD 2021
(ascii "A") 65 (ascii "a") 97 (ascii "BIG") 66 (ascii "€") 8364