Author Topic: Vlisp Cursor Icons  (Read 1622 times)

0 Members and 1 Guest are viewing this topic.

wjbzone

  • Guest
Vlisp Cursor Icons
« 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?

Lee Mac

  • Seagull
  • Posts: 12905
  • London, England
Re: Vlisp Cursor Icons
« Reply #1 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.