TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: nobody on August 08, 2019, 02:31:21 PM

Title: Command-s
Post by: nobody on August 08, 2019, 02:31:21 PM
Have a ton of routines that recently started getting the command-s error, though we've been on 2018 for a considerable amount of time where the routines had been working.

Anyone know what triggers this?
Title: Re: Command-s
Post by: Coder on August 08, 2019, 02:37:24 PM
Replace with vl-cmdf function.
Title: Re: Command-s
Post by: nobody on August 08, 2019, 04:03:09 PM
Replace with vl-cmdf function.

Thanks.  I've seen a few other solutions also, but trying to understand what actually causes it to break. The routines were fine last week running on 2018. This week, they aren't.  As far as I'm aware there hasn't been updates. 

Guess a clearer question would be should they have kept working as they have and that somehow we were lucky until now... 

I'm thinking it might be a windows thing tied to it (registry or something) but really don't know anything about it specifically