THE SCENARIO
Lets say i have 5 small rectangular fields on my stack card.
I create a code, which enables me to put data on each of the fields one by one.
It asks the question "what would you like in this field" and i will type it in.
I get to field 2 out of 5. I then cancel it.
Now, i want to be able to click the execute button again, but start from field 3, instead of all the way to field 1.
Now, i use this command in a repeat code -
Code: Select all
if "field" is not empty then (go back to repeat loop)
I hope you undestand what im trying to say.