TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: kozmos on March 07, 2023, 03:01:26 AM

Title: Not display "Duplicate definition of block BLK1 ignored."
Post by: kozmos on March 07, 2023, 03:01:26 AM
is there a way to disable the display of message of "Duplicate definition of block BLK1 ignored." while inserting blocks? My program has so many Duplicate definitions while it is kind of annoying on the commandline.
Title: Re: Not display "Duplicate definition of block BLK1 ignored."
Post by: Crank on March 07, 2023, 06:37:36 AM
Not tested, but you should look at the NOMUTT system variable.
Title: Re: Not display "Duplicate definition of block BLK1 ignored."
Post by: kozmos on March 07, 2023, 06:58:09 AM
Not tested, but you should look at the NOMUTT system variable.
Thanks for the suggestion, I have tested but have no luck to suspend displaying these messages
Title: Re: Not display "Duplicate definition of block BLK1 ignored."
Post by: Stefan on March 07, 2023, 08:05:20 AM
Look into EXPERT sysvar. I think EXPERT set to 4 will suppress that message.
Title: Re: Not display "Duplicate definition of block BLK1 ignored."
Post by: BIGAL on March 07, 2023, 05:36:44 PM
Why not look into why its occurring and fix that. I had one staff member he used a special dwt and it had numerous messages but he just siad "I dont care it works so what is problem" It annoyed me though but only 1 user.