#2
Draftingallday,

You can use Lisp to do your calculations within a command.

ADD (+ 100 50 25 36.789)
Subtract (- 100 5.25 10)
Multiply (* 25 3.278)
Divide (/ 100 25)

Try these out at the command prompt without using a command and Lisp will return the values.


------------------
Regards
John Finlay
Don't want to post a question - email me direct on john@acecad.com.au
cron