With the Complete Word by Apropos feature, VLISP completes a partially entered word with a matching symbol name from the VLISP symbol table. To demonstrate this feature, assume you have entered the following commands shown in your VLISP Console window:
_$ (setq origin (getpoint "\nOrigin of inyn sign: "))
_$ (setq radius (getdist "\nRadius of inyn sign: " origin))
_$ (setq half-r (/ radius 2))
_$ (setq origin-x (car origin))
_$ (command "_.CIRCLE" origin radius)
To use the Complete Word by Apropos feature
_$ (ha
half-r symbol is a variable you defined in the Console window, and the handent symbol represents an AutoLISP function.
VLISP found two matching words in the symbol table. TheNote that you can also choose Search Complete Word by Apropos from the VLISP menu instead of pressing CTRL + SHIFT + SPACE to invoke the feature.
If no symbols match the text you've entered, VLISP displays the Apropos options dialog box:
Using the Apropos Feature for information on setting Apropos options and renewing your search.
The message area of the Apropos options dialog box shows the value that Apropos could not match. Seeget at the Console prompt, then press CTRL + SHIFT + SPACEBAR to invoke the Apropos feature. VLISP displays the following dialog box:
If VLISP finds more than 15 matching names in the symbol table, it displays the Apropos Results dialog box. For example, type