This is my argument,is it true,I wait comment from others. (setq ss (ssget "x" '((0 . "TEXT")))) => this function only for object text and last entity,because it automatic collect without wait from user (setq info (entget (car (entsel)))) => this function for alls object as user choose,it can't collect data without instruction from user to select it.