Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/06/2018 in all areas

  1. You need to replace vl-string-subst with strcat so to append to the end of the existiring string the code would look like this: (setq e (entget entNotation)) (setq st (cdr (assoc 1 e)) ) (entmod (subst (cons 1 (strcat (cdr (assoc 1 e)) replace44)) (assoc 1 e) e))
    1 point
  2. Hello. I have a few different Excel to AutoCAD Lisps that I've collected because I spent a lot of time trying to do the same thing. I was finally able to get some help here on the forum. Maybe one of these might be of some use to you. Tks. XL2BOM.lsp GETCELLS.lsp GETCELLS.txt getexcel.lsp getexcel.txt excelcontrol.lsp GETVALS.lsp ATTEXP2XL.lsp
    1 point
  3. Seems like a lot of trouble to go through just to keep a few layers from not being purged early on in the life of the drawing. Put every conceivable layer in the drawing template file that everyone thinks they will need. The last person to work on the drawing is responsible for purging the layers, etc. that were not used. Done. If that person can't handle the responsibility then he/she should find a more suitable career.
    1 point
×
×
  • Create New...