Search found 2 matches
- Fri Aug 03, 2012 1:47 pm
- Forum: General Discussion
- Topic: Resume in basic
- Replies: 2
- Views: 9043
Resume in basic
Oleg, thanks for the reply. In VBA you are allowed to use the Resume keyword all by itself. This allows you to Resume to the same line of code that caused the error which can be really useful in certain situations. Resume next jumps to the next line of code, but the line that caused the problem gets...
- Wed Jul 25, 2012 7:42 pm
- Forum: General Discussion
- Topic: Resume in basic
- Replies: 2
- Views: 9043
Resume in basic
I am using Robotask 4.4, and I have written a basic script. I would like to use "Resume" in the error handling code, but it will only allow me to Resume to a label. I need to resume to the same line of code that caused the error, any way to do this?
Herb
Herb