I am making a program in which i am having an array of instruments out of which some i need to program repeatedly, for which i am using for(no. of times i need to repeat sequence of instruments) and then in the end i am using End(For) ehich will stop the execution of all the instruments in between for loop.
but i am not able to sort out how to do this so that if in whole array, anywhere either in the end or in the middle whereever i put this for and End(for) program should repeat the execution.
Below i am attaching the example program.