all,
thanks for the suggestions but nothing worked. while working with another repeat/until I noticed the same behavior after I inserted a comment line.
removing the comment lines from inside the repeat/until fixed the issue of it hanging.
Search found 3 matches
- Fri Sep 08, 2006 2:42 pm
- Forum: Technical / Scripting
- Topic: Repeat-until loop does not work
- Replies: 15
- Views: 19076
- Thu Sep 07, 2006 10:30 pm
- Forum: Technical / Scripting
- Topic: Repeat-until loop does not work
- Replies: 15
- Views: 19076
- Thu Sep 07, 2006 10:06 pm
- Forum: Technical / Scripting
- Topic: Repeat-until loop does not work
- Replies: 15
- Views: 19076
I'm having an issue with a repeat/until loop
I've got a repeat/until loop with a couple of embedded if statements. All of the statements execute but it hangs at the Until. I turned on logging and I can see that it starts and ends each line in the script except the until statement. The script is for executing commands in a custom program and I'...