How do you implement a loop?

I'm creating a slot machine app and I need to cycle through the cells of a table to check the current stop point to the values in the table so I know what value the slot column stopped on.

What's the best way to do the equivalent of a for...next loop or while loop?

Sign In or Register to comment.