Hello to everybody!
I’m building my first “simple” application and I would need to do different actions depending on what is written in the text field.
for example, Let’s say that we have a text field called “Code:”, so I would like to build something like this:
if (txtCode == “1”) & (begin_button==pressed) then
action 1
else
action 2
end
Thank you very much!