TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: wjbzone on January 13, 2011, 11:02:08 AM

Title: Vlisp Cursor Icons
Post by: wjbzone on January 13, 2011, 11:02:08 AM
Running vlisp the cursor Icon changes and not sure what's going on:

1. Cursor appears as a set of parentheses with a grid? symbol to the right.
2. A Broom.

When these appear it locks up for a period of time. Ctr-R will not stop.

What is going on with these icons?
Title: Re: Vlisp Cursor Icons
Post by: Lee Mac on January 13, 2011, 11:14:16 AM
Sounds like you're stuck in an infinite while loop - i.e. your test condition never returns nil.

Go to Debug > Abort Evaluation to get out of it when it happens and take another look at the code.