Login
|
Sign Up
AutoLISP Function Detail
Name:
ascii
Syntax:
(ascii
str
)
Description:
Returns the ascii value of the alpha or numeric character supplied.
Example(s):
(ascii "V")
86