Okay, I have a screen with 10 spinners, where you can select one of six options, how do I make a if statement using the data selected in the spinner, specifically:if spinner1 = choice1 then do .........
Then on another screen
The 2 things that I don't understand is what goes in the thing part of Is a list? and how to read the information, in order in the then part of a if statement. If there is a better way of reading the information from 10 different spinners on one screen to another, then displaying that information on the 2nd screen then please tell me.
what goes in the thing part of Is a list?

If thing is a list, returns true; otherwise, returns false.
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
so I think i am getting the values, is tinyDB the only way to store information from 1 screen to another. Basically, here is what I want to do
get the value of the 10 different spinners (which will be 1 through 6 as designated in the elementsFromString)
take those values to another screen
Everytime the user presses a button the next value appears (ergo *presses button* One *presses button* Four *presses button* Three...)