Print Page | Close Window

Text calculations

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1164
Printed Date: 17.Apr.2026 at 08:58


Topic: Text calculations
Posted By: delta83
Subject: Text calculations
Date Posted: 04.Oct.2008 at 07:52
how to make calculation (+,-,*,/) for text in acad ????

-------------
need help ????????????



Replies:
Posted By: Kackac
Date Posted: 04.Oct.2008 at 09:25
If you mean calculation in commandline e.g., you can use this:
a/b:  a/b
a*b:  (* a b)
a+b:  (+ a b)
a-b:  (- a b)
where a and b are any numbers, and spaces are necessary between sign and numbers.
It's a LISP expression, probably it doesn't work in AutoCAD LT.


-------------
I'm sorry for my bad English. Kackac


Posted By: Vladimir Michl
Date Posted: 04.Oct.2008 at 17:24
There are also other tools to evaluate expressions in AutoCAD - e.g. text/numbers in tables (TABLE entities), in FIELDs or in dialogs. See:
http://www.cadforum.cz/cadforum_en/qaID.asp?tip=3676 - http://www.cadforum.cz/cadforum_en/qaID.asp?tip=3676
http://www.cadforum.cz/cadforum_en/qaID.asp?tip=4280 - http://www.cadforum.cz/cadforum_en/qaID.asp?tip=4280
 


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner



Print Page | Close Window