Hello.
What I'm trying to do is to get the maximum index from a list.
As you can see, inside the If statement, is empty.
I'm trying to move from Index 1 to 2 to 3 and so on, in a way that when the user has reached all the way to the max of the index in a list, it will go all the way back to index 1.
And of course, the user can add items to the list so the number of the index may vary.
Thank you.