Hi guys, I need some help, I want to use the ssget command to select a set of lines that are less than .090" long. I can select all the lines but I don't know how to filter out everything that is longer than .090" long. Here is what I have so far: (setq entx (ssget "X" '((0 . "LINE")))) I would appreciate any help. Thanks Josh