Login
|
Sign Up
AutoLISP Function Detail
Name:
set
Syntax:
(set '
sym expr
)
Description:
Sets the value of the expression to the quoted symbol.
Example(s):
(set 'pt1 '(0.0 2.3 0.0))
(0.0 2.3 0.0)