Is there a way to call a LISP command within the the setq or set functions
such that
(setq x 1 y 2 z 3)
(setq pt1 ((+ x y) z)
will evaluate the exressions and return "3 3" instead of returning "(+ x y)
z" as the value of the string?
Polytechforum.com is a website by engineers for engineers. It is not affiliated with any of manufacturers or vendors discussed here. All logos and trade names are the property of their respective owners.