mobile
Guest
Goddamn everyone!
This is the code I wrote, it would take to calculate the length in meters of a distance given on the screen, I know that it is possible to do this even with quotas, but since I recently started I wanted to do something simple.
My problem is that I cannot allow the measured length (distmis), to be added m (which indicates the length meters) as suffix, that is after the number, and detached with a space.
(setq distmis (getdist "draws the length: ")
(setq length (+ distmis m))
(command "_text" breaks "0.15"" length)
Thank you so much in advance! !
This is the code I wrote, it would take to calculate the length in meters of a distance given on the screen, I know that it is possible to do this even with quotas, but since I recently started I wanted to do something simple.
My problem is that I cannot allow the measured length (distmis), to be added m (which indicates the length meters) as suffix, that is after the number, and detached with a space.
(setq distmis (getdist "draws the length: ")
(setq length (+ distmis m))
(command "_text" breaks "0.15"" length)
Thank you so much in advance! !