joe
Guest
(defun c:comment ( / ss)
(prompt "select objects to comment: "
(setq ss)
(command "_hyperlink" "_ins" "_obj" ss "" "")
(princ)
)
this code asks to insert a comment or a note related to any object;
-)I wanted to ask you if you can change, so set a font at your choice and a height for the font itself
-)and if you can delete from the description that appears automatically, the written "press ctrl and click to follow the link"thanks, gianni
(prompt "select objects to comment: "
(setq ss)
(command "_hyperlink" "_ins" "_obj" ss "" "")
(princ)
)
this code asks to insert a comment or a note related to any object;
-)I wanted to ask you if you can change, so set a font at your choice and a height for the font itself
-)and if you can delete from the description that appears automatically, the written "press ctrl and click to follow the link"thanks, gianni