Angelo2449
Guest
Hello everyone,
I want the last command:
change the color of "proof" in the white color, but this does not happen.
Help!
Thank you.
I want the last command:
Code:
(setq posf (getpoint "\nclicca ii point where you want the writing"))
(command "_text" posf 0.01 0.0 "proof")
(setq ed3 (entlast)
(redraw ed3 3)
(command "_change" ed3 "_p" "_color" 255,255 "")
Help!
Thank you.