My code is not really working


This is my code and structure

The label was staying the same, nothing changed

Use a clock timer instead of a while test.

1 Like

I didn't get it... I want to make an infinity loop so I tried to make a while true, how can i use the clock timer?

your app will get unresponsive and this will result in an error after a while
instead of a while loop use the clock timer event to do something repeatedly

Taifun