Is syntax for Vlisp entities written significantly different than Alisp entities? In the command line I enter the following: (ssget "x" '((0 . "TEXT"))) The response should be: <SELECTION SET: 1> I am getting "nil". What is the difference here? Thank you!