PDA

View Full Version : Save drawing as


Kio
14-12-2006, 09:16 PM
Hello guys,
i need a piece of Lisp that will open the "save drawing as dialog box" so i can choose where to save my drawing in. This command would be my last procedure in my lisp.

Thanks for the help,
Kio

CarLB
14-12-2006, 09:50 PM
I had to look up the function name I couldn't recall - initdia - which brings up the windows which don't normally with lisp commands:

(initdia)
(command "saveas")

Kio
14-12-2006, 09:52 PM
Thanks alot CarLB.

CarLB
14-12-2006, 09:58 PM
No problemo :)