Another very useful is "Entmake functions.lsp", it has various entmake functions in it.
Maybe make a word doc etc of your functions describing what they do. We had a "how to directory" with lots of help files.
Was thinking about doing macros in Notepad++ run ents, run ss, ssl for layer, ssi for insert and so on. This is a common one.
(repeat (setq x (sslength ss))
(setq obj (vlax-ename->vla-object (ssname ss (setq x (- x 1)))))
)
Posted this before.
Lisp files Apr 2024.docx