Message 1 of 8
Latest AutoLISP torture...

Not applicable
01-12-2017
03:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Why must AutoLISP torture me so?
I've attached a dwg that has two blocks....and the offending LISP routine that has one "who-knows-what" bug in it. I need the routine to change the all-white block to the colored block as shown. The one offending line is second-in from the left; it should be grey, but it will not change. All the other lines are cooperating beautifully.
I even tried hard-coding the line in position 1 to turn gray all on it's own without the "if-else" code in the LISP routine. No dice. Can someone help me correct this error so it will change to gray like the rest of the applicable lines? Thanks in advance!