CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 4582

CAD tip CAD tip # 7360:

   
Question CAD 
 %  platform  category 
Q - question

How to set a LISP variable in AutoCAD?

A - answer Many LISP utilities, including LISP utilities by CAD Studio, work with parameters preset through standard variables.

If you need to set an integer, real or string value to a given LISP variable, use the AutoLISP function (setq) - in the format (setq variable value). Just type in this function to your AutoCAD command line, add it to your menu macro, or add it to your automatically loaded file ACAD.LSP, ACADDOC.LSP or mymenu.MNL - see examples:

(setq insertc:Inc 0.1)
(setq myFilePath "C:\\TEMP")
(setq apdf:PC3name "DWG To PDF.pc3")
ACAD
100% *  CAD 
13.5.2010    12911×  
Prices - CAD eShop:
applies to: AutoCAD ·

See also:
Tip 13737:Formatting leading zeros in AutoCAD fields (and automatic field update).
Tip 13716:HYPERLIST - list of all used URLs.
Tip 13688:How to select all DWG objects of a certain type in AutoCAD LT? (texts, circles...)
Tip 13529:How to redefine the behavior of a standard AutoCAD command?
Tip 13522:LookupXLS - populating DWG texts from Excel spreadsheets.


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 glossary   



Featuring:
Export 3D VRML scenes from AutoCAD and Inventor
VRMLout More info


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