Select list item: Attempt to get item number 0, of the list

I am trying to create a simple app for my computer science class. The professor wants me to be able to input in an element that isn't in the list and have it display a notification to enter in another state. I have looked for a couple hours in the forum and online and I cant seem to find anything that helps me. I am brand new at this so please try to respond in layman terms.

Try with the is thing in list block

You need an if else block, not just an if...

if textbox text is in global states then set ResultLabel.text
else call notifier

This worked great. Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.