Hi Thunkable,
I am a Student and first time user from India.
This is the sequences of operation. I am printing the values.
- MoveLiftTo = 12, LiftPos = 0,
- I call the function MoveLift. Right now MoveLiftTo is > LiftPos
- We go to the Do part of the If block and print Greater than
- We save the current Lift Position in LiftPos
- Everything works fine
- Now I set MoveLiftTo = 3
- Now I see it prints out MoveLiftTo = 3, LiftPos = 12
- Instead of going to else part it again goes to the Do part & prints Greater than
- I have set the keyboard to Numeric for the MoveLiftTo input & LiftPos is a app variable.
- Please Advice me why the if logical block is failing.
Thank u very much,
Regards Sneha