
Re: Recycling a program and creating Jump points
To repeat a program 3 times, you would use a for loop:
As for the jump point, you can use a goto statement, but in most cases that's considered unnecessary. You'll probably find it harder to debug your code if you use it. What are you trying to do exactly? Can you give details and post your code? The more information you give, the more help you'll get.