View Full Version : regapps listing tool?
brandenz
2008-05-29, 04:51 PM
Does anyone know a way I can list the regapps that are used in a drawing? This would be handy as there are some out there that don't play nice with the Navis Navigator.
Thank you much!
rkmcswain
2008-05-29, 08:40 PM
Give this a shot.
(defun listappids ( / item lst)
(while (setq item (tblnext "APPID" (not item)))
(setq lst (cons (cdr (assoc 2 item)) lst))
)
(acad_strlsort lst)
)
dgorsman
2008-05-30, 02:53 PM
Can you list those regapps that are problems?
brandenz
2008-06-05, 09:20 PM
no love :(
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.