Angelo2449
Guest
Hello everyone,
these few lines define the request to click a point.
the result on the command line is this:
- select the point name: point to click (1310)
- click the point
How can I delete > select the point name : < ?
Thank you.
these few lines define the request to click a point.
Code:
(setq txt1 "1040")
(setq pointtoclick (strcat "point to click ("txt1 ")")))
(princ)
(princ pointdaclicking)
(setq spotted (getpoint "\nclick point"))
- select the point name: point to click (1310)
- click the point
How can I delete > select the point name : < ?
Thank you.