Message 1 of 4

Not applicable
02-07-2019
04:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello, I made it, but does not working. what is the problem.
(defun c:ff (/ ss pe )
(princ "text, mtext size:")
(setq ss (ssget ":s" '((0 . "*TEXT"))))
(setq pe (entget (ssname ss 0)))
(setq pe (cdr (assoc 40 pe)))
(alert (strcat "\n" "dtext, mtext size " pe "\n "))
(princ)
)
Solved! Go to Solution.