I am trying to do two things with one pick. I want to select an object, and then use the point that I picked to select the object in a getdist command. So i set it up like this : (setq pt1 (grread nil 2)) (setq l1 (ssget ":S"'((0 . "LINE")))) (setq w1 (getdist pt1 "Side : ")) But it doesn't work...I don't know how the grread ting works at all...and the help file is pretty unhelpful...any suggestions?