Author Topic: Function stuck in infinite loop.  (Read 1277 times)

0 Members and 1 Guest are viewing this topic.

vincent.r

  • Newt
  • Posts: 101
Function stuck in infinite loop.
« 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.

snownut2

  • Swamp Rat
  • Posts: 971
  • Bricscad 22 Ultimate
Re: Function stuck in infinite loop.
« Reply #1 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.