dcl_Project_Unload

Started by Atwist · 2012-08-24 06:52 UTC · 2 replies · SMF topic #1875

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.

(defun c:cadtool_Main_cmdclose_OnClicked (/)
  (dcl_Project_Unload "Cadtool")
)
Try this:

(defun c:cadtool_Main_cmdclose_OnClicked (/)

  (dcl_Project_Unload "Cadtool" T)

)
YES  :D

Thanks