luc@85
Guest
Hello everyone, I am new to the forum and I would have a question to submit to experts of the lisp language.
I would like to know if you can insert a variable, previously defined, within a user input request.
I try to explain myself better with a small example; Suppose we have:
(setq x poplar)
(entsel "\n.... select polylinea ")
is it possible to make the word "select polylinea pippo" appear at the time of the request?
I am not very expert in lisp language, and I thank in advance anyone who tries to help me. . .
I would like to know if you can insert a variable, previously defined, within a user input request.
I try to explain myself better with a small example; Suppose we have:
(setq x poplar)
(entsel "\n.... select polylinea ")
is it possible to make the word "select polylinea pippo" appear at the time of the request?
I am not very expert in lisp language, and I thank in advance anyone who tries to help me. . .