Honestly, I have no idea what you're saying.
I have a 10 position loop where each position repeats 4 EXAMPLE: in position 0 repeats 0 0 0 0 in position 1 repeats 1 1 1 1 and so on to number 9, |
What does "repeats 0 0 0 0" mean? What's being repeated, and how?
what i want is that when i get to a position i choose |
Please, could you use consistent grammar, at least for the word "I"? In a programming context people expect that the lower case 'i' refers to an index, so it's terribly confusing to see the word "I" in lower case when talking about a loop.
if i choose position 1 i perform an action but only the first time i repeated number 1 the other time number 1 is repeated do nothing. |
What's a position, and how do you choose one? Is it related to the "position" you mentioned in the sentence "I have a 10 position loop..."? If so, then it's strange to talk about
choosing an iteration of a loop.
See an example of a loop ... not the one I'm using is no longer the same logic. |
How is the code you posted a loop?
What's anyone supposed to understand from this snippet?
Explain more thoroughly what you're doing and why, otherwise no one will be able to help you.