I have a routine that runs fine on all but one drawing. Here is my problem: If I insert a block (command "insert" "detbub" "SCALE" #sclfac pause "0" "" "") then use (setq last-object (entget(entlast))) last-object has the wrong insertion point dxf code 10. If I list the object manually it shows the correct insertion point. Is there something in the drawing itself that could cause this weird result? I changed the base and audited the drawing to see if that affected it but it did not. Any ideas? thanks, kemp