PDA

View Full Version : LASTPOINT


r.bazzanini
2007-10-05, 06:00 PM
How can I use the variable of system lastpoint in a program lisp?
For exemple (setq pt1 lastpoint)

Avatart
2007-10-05, 06:02 PM
How can I use the variable of system lastpoint in a program lisp?
For exemple (setq pt1 lastpoint)
Do you mean something like:

(setq pt1 (getvar "lastpoint"))