Help with Abbreviation / cogo point lisp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking for some help in trying to get this lisp routine running correctly. I'm trying to get it read a list created in part from abbreviations it migh find within the drawing, but also raw descriptions from cogo points is it finds them and create one piece of mext which can then be manipulated to help create a legend. so for example;
This line would be related to a cogo point raw description
'("AVENT" "\t\t\tAIR VENT" nil)
and something like this
'("C.A.T.V." "C.A.T.V.\tCABLE TELEVISION" nil)
would actually an abbreviation.
The code was provided by someone else within the company, I'm just trying to find a way to get this to work with the ability to add or remove things as necessary. My coding from 1 to 10, might be a 3.
I already have a portion of a lisp routine that was provided by another individual in the forums that retrieves the blocks used by cogo points and places them within the drawing, and it works great. I was hoping to combine the two of them into a lisp.
Any help would be greatly appreciated, as I think the list in this lsp is to long and this is why it fails after the user picks the insertion point of the text.
Any help would be appreciated.