I have an ever-expanding file of Vlisp program functions. Each function begins with (defun --short for define function. Sometimes I screw around with one or another and, woops, make a mistake or delete something I shouldn't. This file loads every time Autocad starts up. Or tries to but quits at the bad place.
It would be good to insert a numbered print message after every 5 or so functions so the last one executed can be seen on the screen. The following is a start:
As it is it will put the (princ plcno) above the existing (defun. But then I have to go through the whole file and replace plcno with a sequential number. So, 2 questions:
1. Incremental number. I know it's in there somewhere bur right now can't find it.
Once again, thanks to ben_josephs for adding another tool to my TextPad toolbox.
After all this time, I never saw \i before, and it's right there in Help pages.
This isn't even familiar, like I forgot it or something.
Obviously a new function slipped into my computer overnight.