Incorrect logic for checking matches between two lists in App Inventor?

Can someone help me figure out why this isn’t working? The app doesn’t seem to correctly compare the numbers in the two lists.

I’ve tried this one too

When comparing two values using math symbols, both values must be numbers. Text input’s text is going to be a string so you need to convert those by adding 0 to each one.

You can see an example in the link posted here: Feature Request - Convert Text to Number & Number to Text

1 Like

Hello @rolona
Tatiang is correct and also you will need to set the “rezult” variable to zero every time the button is clicked.
Here is a correct example: