PDA

View Full Version : Pause for insertion point



pbgorman
2004-12-03, 09:08 PM
I'm very new to Lisp and and trying to figure something out. I need a pause for a "insertion point" prompt in a routine I downloaded for drawing date and time stamp. It's set up to put it at 0,0 and I would like it to prompt me where to put it instead. I can post the code if needed.

Thanks

rad.77676
2004-12-04, 12:26 AM
This should help

(setq a (getpoint "\nPick the point "))

pbgorman
2004-12-04, 05:50 AM
Thanks, rad! :)

Worked like a charm! ;-)