Angelo2449
Guest
Hello everyone,
I define an object with :
and then change the property > colour < with :
the selection of > e1 < is multiple, including in a loop > while <.
how can I store the various > e1 < so as to change to all color?
Thank you.
I define an object with :
Code:
(setq and1 (entsel "\nsel select item (right button to end)"))
Code:
(command "_change" ed1 "" "_p" "_color" colore "")
how can I store the various > e1 < so as to change to all color?
Thank you.