dcl_Project_Unload

Started by Atwist, August 23, 2012, 11:52:27 PM

Previous topic - Next topic

Atwist

Hello
Can anyone tell me why this does not work?
Stayed here on the forum and looked in the help wanted but I is not wiser.

Code (autolisp) Select
(defun c:cadtool_Main_cmdclose_OnClicked (/)
  (dcl_Project_Unload "Cadtool")
)
Atwist

I'm sorry because English is not my native language


Thanks for your help

vladgothe

Try this:
Code (autolisp) Select

(defun c:cadtool_Main_cmdclose_OnClicked (/)

  (dcl_Project_Unload "Cadtool" T)

)

Atwist

Atwist

I'm sorry because English is not my native language


Thanks for your help