how do i find the last two points in a polyline that i has just drawn in lisp? is there a way to map all the points and recall the last two? do i use the mapcar command? if so how.... exp. (command "_.PLINE") (while (> (getvar "CMDACTIVE") 0) (getvar lp01 (getvar "nexttolastpoint") (getvar lp02 (getvar "lastpoint") (setq lp03 (polar lp02 (angle lp01 lp02) (* scale01 0.2656250))) Thanks Court ps..... this is a variation on my last post..