Back to the concept that good LISP lasts a long time -- Lot Numbers (Tip #2183) by Dean Davis has a comment dating this function back to 1991. After loading the LISP code, type LOTNO at the Command line. This code is specifically written for labeling lots in a site survey, so the first prompt asks for the string prefix. Next, it requests the starting number. From that point on, all you have to do is locate points and the function draws in the text that contains the prefix and the number. Each time you create a new text object, the number is incremented by one. Good LISP just keeps on running. |