Hallo -- I have some code that imports a map into AutoCad. What I then need to do is send this behind any other entities drawn on screen. Currently, the code reads: (command "FILEDIA" 0) (command "-image" "Attach" filename pt 0.25 0) (setq ent (entlast)) (command "DRAWORDER" ent "Back") (command "FILEDIA" 1) This obviously doesn't work, or I wouldn't be posting it here! Does anyone know how this could be done, & why my approach won't work?. Thanks in advance for any help, doug.