CAD FORUM - TIPS & TRICKS | UTILITIES | DISCUSSION | BLOCKS | SUPPORT | HELP & ASSISTANCE
Over 1.124.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
The new Beam calculator, Spirograph generator and Regression curves in the Converters section.
New AutoCAD 2027 commands and sys.variables
CAD tip # 7360:
Question
A
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
13.5.2010
24363×
this tip shared by ARKANCE experts applies to: AutoCAD ·
![CAD Forum - ARKANCE Community - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](../common/arkance_186.png)

What is the ARKANCE Community?