CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 995:

Question

CAD 
 %  platform  category 
A
You can use the CMDACTIVE variable to find whether the command is still running - eg:

(defun c:LLINE ()
(command "_LINE")
(while (> (getvar "CMDACTIVE") 0)
 (prompt "(still alive) ")
 (command pause)
)
)
ACAD
100% *CAD
1.2.2001   6556×  
   
this tip shared by ARKANCE experts applies to: AutoCAD ·


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  





Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist