Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Didn't know this

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
144 Views, 0 Replies

Didn't know this

From Acad2004.doc:

(defun c:ddselect(/ cmdecho-save)
(setq cmdecho-save (getvar "CMDECHO"))
(setvar "CMDECHO" 0)
*(command "._+options" 7)*
(setvar "CMDECHO" cmdecho-save)
(princ)
)

Not that I can see much use for ddselect, but the "._+options" 7 part is new to me. Would
that apply to other multi-tab dialogs? (Are there any?)

rs
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost