Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help creating a loop
#2
If you want an infinite loop you can use the following
while True:
    $$ looped code goes here
break can be used to exit the loop
Reply


Messages In This Thread
Need help creating a loop - by codingnewbie - Jul-17-2019, 04:02 PM
RE: Need help creating a loop - by Yoriz - Jul-18-2019, 11:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating a loop with dynamic variables instead of hardcoded values FugaziRocks 3 1,533 Jul-27-2022, 08:50 PM
Last Post: rob101
  creating a loop yk303 2 1,880 Feb-08-2021, 08:41 PM
Last Post: nilamo
  Creating a variables inside FOR loop zazas321 5 4,136 Sep-16-2020, 04:42 PM
Last Post: Naheed
  Need help creating complex loop around existing script CephloRhod 5 2,802 Apr-16-2020, 01:23 PM
Last Post: deanhystad
  Com Error with macro within for loop due to creating new workbook in the loop Lastwizzle 0 1,378 May-18-2019, 09:29 PM
Last Post: Lastwizzle
  Question about for loop not creating an infinite loop. FWendeburg 1 2,132 Feb-03-2019, 08:45 PM
Last Post: ichabod801
  I need help with loop one function and creating variables don 3 2,831 Jan-24-2019, 07:31 AM
Last Post: buran
  Creating a variable in for loop dan789 9 4,208 Dec-19-2018, 06:23 PM
Last Post: nilamo
  Creating multiple lists from file without long for loop Curtnos 2 4,483 Jan-28-2018, 09:11 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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