Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a LISP routine where I am replacing an attribute value.
It worked fine until I changed the attribute within the block to a multi-line attribute.
I am only going to use a single line of text in it. (It is multi-line so a text mask can be used)
here is the code snippet that used to work...
(setq INSTELEV "EL.")
(setq ATT3 (subst (cons 1 INSTELEV) (assoc 1 ATT3) ATT3))
(entmod ATT3)
thanks for any ideas!
Solved! Go to Solution.