Share Email Facebook Twitter LinkedIn ascii (AutoLISP) 2013-04-10 Product Documentation Intermediate View Original Returns the conversion of the first character of a string into its ASCII character code (an integer) (ascii string) Arguments string A string. Return Values An integer. Examples Command: (ascii "A") 65 Command: (ascii "a") 97 Command: (ascii "BIG") 66