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?
here the solution:
https://lispbox.wordpress.com/2015/07/22/convert-an-integer-to-roman-number/
@ danglar:
Allereerst welkom bij dit forum!
Ik raad je aan nog eens goed naar jouw (c:rm) functie te kijken:
- Als de brontekst '0' is dan geeft het programma een foutmelding.
- Hetzelfde geldt als er per ongeluk iets anders dan een (m)text wordt aangeklikt.
- In samenhang met het vorige is deze link wellicht interessant:
http://www.theswamp.org/index.php?topic=49769.msg549491#msg549491
thank you Roy for your opinion. I will try to improve some blocks in this program