Message 1 of 7
Levelling program with the third decimal in superscript.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone!
I fixed an old levelling program which I found on the internet, but didn't work me.
Everything is working now, but I want to write the third decimal number in superscript (which is the mm height).
I tried the way that I defined different functions, and with RTOS I can get (RTOS yvalue 2 3) - (RTOS yvalue 2 2) = 0.00x
(SETQ ltext1 (LM:RTOS yvalue 2 2))
; (SETQ ltext2 (LM:RTOS yvalue 2 3))
; (SETQ ltext3 (- ltext2 ltext1))
; (SETQ ltext4 (* 1000 ltext3))
(SETQ ltext (STRCAT prefix ltext1 (something magical to have superscript) ltext4))
than I would have the "ltext" which I insert to an Mtext of a dynamic block.
Instead of this: I'd like to have this:
Lets see if there is a solution, thank you for your help in advance!