TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: vincent.r on December 27, 2019, 05:53:47 AM

Title: Function stuck in infinite loop.
Post by: vincent.r on December 27, 2019, 05:53:47 AM
Hi folks,

I have prepared a function to get autocad entity information, For example - for line, its layer and co-ordinates, for block, block name, and attribute values. I am facing strange behavior of autocad.

When I call that function it goes into the infinite loop and doesn't get out of it. But, if I step in the function and execute it one by one its arguments then it is works fine. VLisp do not giving any error. I am not able to troubleshoot it.

Have anybody faced problem like this.
Title: Re: Function stuck in infinite loop.
Post by: snownut2 on December 27, 2019, 06:09:57 AM
We've all experienced similar behavior, but with out seeing your code theres little that can be done to help.