If you have worked with AutoLISP before, you may have had to type in an expression similar to the one shown below:
(setq myEnt (ssname mySelectionSet ssIndex))
ssname, ssget, sslength, and so on. VLISP can help, using its Complete Word by Apropos feature.
Often, it is confusing to keep track of all the selection set functions:To use the Visual LISP Complete Word by Apropros feature
(setq myEnt (ent
VLISP displays a list of all AutoLISP symbols that begin with the letters ent.
ENTGET, then press ENTER.
Use the cursor keys (the up and down arrow keys) to move through the list. Selectent you typed with ENTGET.
VLISP replaces the