CADsite forum

AutoCAD => Autolisp => Topic gestart door: danglar op di 21 07 2015, 10:55:54

Titel: Change text from Integer to Roman by click on text
Bericht door: danglar op di 21 07 2015, 10:55:54
I found this function on site of Marc'Antonio Alessi http://xoomer.virgilio.it/alessi

function : ALE_Number_Roman.lsp

It can be very useful if we will have possibility to change any integer text (mtext) to Roman by click on text.

Can you create a little lisp to use this function as built-in?
Titel: Re: Change text from Integer to Roman by click on text
Bericht door: danglar op wo 22 07 2015, 13:47:07
here the solution:

https://lispbox.wordpress.com/2015/07/22/convert-an-integer-to-roman-number/
Titel: Re: Change text from Integer to Roman by click on text
Bericht door: roy_043 op do 23 07 2015, 13:33:37
@ danglar:
Allereerst welkom bij dit forum!

Ik raad je aan nog eens goed naar jouw (c:rm) functie te kijken:
Titel: Re: Change text from Integer to Roman by click on text
Bericht door: danglar op zo 26 07 2015, 11:01:25
thank you Roy for your opinion. I will try to improve some blocks in this program