Problem with = and ≠ signs

Hi everyone!
It’s my frist time here.
I’ve a probem: The system recognizes two strings equal (numeric and non) as different despite the fact that they are identical.

I also read this:
Tests whether its arguments are equal.

** Two numbers are equal if they are numerically equal, for example, 1 is equal to 1.0.*
** Two text blocks are equal if they have the same characters in the same order, with the same case. For example, banana is not equal to Banana.*
** Numbers and text are equal if the number is numerically equal to a number that would be printed with that text. For example, 12.0 is equal to the result of joining the first character of 1A to the last character of Teafor2.*
** Two lists are equal if they have the same number of elements and the corresponding elements are equal.*

Acts exactly the same as the = block found in Math

I’m sorry for my bad english.
Cattura

Hi,

Is CasellaDiTesto1 a textbox or a label? Then you have to use the CasellaDiTesto1.Text block.

image

A very good way to learn App Inventor is to read the free Inventor’s Manual here in the AI2 free online eBook http://www.appinventor.org/book2 … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here http://www.appinventor.org/content/CourseInABox/Intro and the aia files for the projects in the book are here: http://www.appinventor.org/bookFiles
How to do a lot of basic things with App Inventor are described here: http://www.appinventor.org/content/howDoYou/eventHandling .

Also do the tutorials http://appinventor.mit.edu/explore/ai2/tutorials.html to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

1 Like

Thank you so much!

1 Like

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