Python Forum
while loop with gui not working
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
while loop with gui not working
#3
Quote:
def ONOFF():
    while var == 1:
        Led.LED_blink()

Where do you expect this might terminate?
what is the value of var after first loop?
Reply


Messages In This Thread
while loop with gui not working - by pythonbegginer - Mar-07-2020, 02:48 PM
while loop with gui not working - by pythonbegginer - Mar-07-2020, 02:57 PM
RE: while loop with gui not working - by Larz60+ - Mar-07-2020, 04:27 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020