I need help with initget and getpoint
If have been using -
(initget 128 "U")
(setq Point (getpoint (last List_Points) "\nPick NEXT point on line or [U]=Undo ? "))
This works fine if user -
picks a point
types a 'U'
or uses .xyz point filters
However, I can't type a distance and use cursor direction to return a point. It returns the distance as text.
How can I set initget to allow input of distance?
↧