Over 1.092.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and variables.
CAD tip # 6103:
Question
A
Using AutoLISP, you can enter values computed as mathematical expressions - at almost any prompt in AutoCAD, including the fields of dynamic input interface.
E.g. when specifying a line length (direction given by cursor rubberline) you can enter not only a number (distance) but also a LISP function (equation) enclosed in round brackets - e.g.:
(- 264 39) (* 6 7) (/ 22.0 7.0) (+ 1 2 3 4 5)Please note that the LISP notation is different from common arithmetics - first comes the function, then its operands.
ACAD


22.4.2008
10354×
applies to: AutoCAD ·