05-29-2012, 02:10 PM
Hello,
I was wondering how a user would go about putting in something like a breaker. Something that would allow the user to run from Point A (Start) to Point B (Middle) and stop the code after it hits Point B. Allowing the user to review to see if anything went wrong, and if something did go wrong allow the user to edit their code. After Point A to Point B is working perfectly move on to Point B to Point C and so on.
I thought I found something like what I wanted here
Macro length
I used the outs in my code to see if it would stop after Point B, but it just ran to the end. The example in there may just be setup to stop if something goes wrong. My current code sometimes works correctly and sometimes doesn't.
Any help would be grateful, Thank you
I was wondering how a user would go about putting in something like a breaker. Something that would allow the user to run from Point A (Start) to Point B (Middle) and stop the code after it hits Point B. Allowing the user to review to see if anything went wrong, and if something did go wrong allow the user to edit their code. After Point A to Point B is working perfectly move on to Point B to Point C and so on.
I thought I found something like what I wanted here
Macro length
I used the outs in my code to see if it would stop after Point B, but it just ran to the end. The example in there may just be setup to stop if something goes wrong. My current code sometimes works correctly and sometimes doesn't.
Any help would be grateful, Thank you