Login
|
Sign Up
AutoLISP Function Detail
Name:
itoa
Syntax:
(itoa
int
)
Description:
Converts the integer into a string.
Example(s):
(itoa 7)
"7"