joe Guest Jun 28, 2018 #1 Hello in the attached lisp I would add the string "the weight is kg..." How do I do that? Attachments CalcoloPeso.LSP CalcoloPeso.LSP 357 bytes · Views: 3
GP. Guest Jun 28, 2018 #2 Code: (defun c:pe () (Alert (strcat "il peso è di kg. " (rtos (* (vla-get-volume (vlax-ename->vla-object) 7859)) ) ) ) perched 0.00000785?
Code: (defun c:pe () (Alert (strcat "il peso è di kg. " (rtos (* (vla-get-volume (vlax-ename->vla-object) 7859)) ) ) ) perched 0.00000785?