TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: asami486 on January 16, 2018, 07:36:23 PM

Title: Calculator LISP Making
Post by: asami486 on January 16, 2018, 07:36:23 PM
HI.
I'm in Landscape Architecture.
I'd like to make a Calculator Lisp.
It has some conditions.

1. Objects is 'Text' Entity.
2. The Lisp calculates ONLY Numbers in beteween "L="/"A=" and "m"/"m2"
3. The Result make a 'Text' Entity. (I could adjust the Result Number size)

   ex) L=155.5m
         L=55.5m
         L=5.5m
  If I select those Entity and do the Lisp, I would get '216.5' Nunber 'TEXT' Entity.

Please Help me! 
I attacted My Calculator Lisp.
Title: Re: Calculator LISP Making
Post by: BIGAL on January 18, 2018, 03:16:13 AM
Just get a copy of Lee-macs "Parse numbers" lisp you pick text it returns the number then do what ever you like add multiple etc.
Title: Re: Calculator LISP Making
Post by: asami486 on January 18, 2018, 05:36:32 AM
could you make a lisp file,,?
Title: Re: Calculator LISP Making
Post by: ScottMC on January 18, 2018, 12:48:45 PM
Do review or contact Lee Mac as he loves his trade! And does it so well PERIOD.
http://www.lee-mac.com/textcalculator.html (http://www.lee-mac.com/textcalculator.html)
Title: Re: Calculator LISP Making
Post by: asami486 on January 18, 2018, 07:57:14 PM
Thank you so much !^^