2009-07-02 18:51 UTC
I'm trying to run this code:
(defun c:AddCalcLink_opnLink_cmdOK_OnClicked (/ row)
(setq FileLink (dcl_FileExplorer_GetPathName AddCalcLink_opnLink_FileExplorer))
(dcl_Form_Close AddCalcLink_opnLink)
(setq PT (getpoint "\nPick point: "))
)
And the code is hanging on the getpoint.... I'm I missing something?
(defun c:AddCalcLink_opnLink_cmdOK_OnClicked (/ row)
(setq FileLink (dcl_FileExplorer_GetPathName AddCalcLink_opnLink_FileExplorer))
(dcl_Form_Close AddCalcLink_opnLink)
(setq PT (getpoint "\nPick point: "))
)
And the code is hanging on the getpoint.... I'm I missing something?