PDA

View Full Version : It won't loop!


jkramer
10-15-2004, 05:51 AM
Hi,

can anyone tell me what I'm doing wrong???
I can't get this code working....
Attached is a Lisp file, that we want to use to insert multiple Symbols into a View in Annotation.
What I want is that the code "loops", so that I can click the next circle right after the lisp routine has inserted the first Symbol (etcetera).
The code as you see it works, EXCEPT that it stops after inserting the Symbol.
If I replace the line
(arceer gat1)
by
(sd-call-cmds (arceer gat1))
it WILL loop, but I get the error "You have specified an unexpected input value" twice for every Symbol I insert....
Does someone have a clue???
Thanks!
Regards,
Jaap