Notifications
Clear all

[Closed] while loop w/progressbar ?

is it possible to have a while loop with a progressbar?

-Baker

1 Reply
1 Reply
(@bobo)
Joined: 10 months ago

Posts: 0

The tricky part is to know the total count – the while loop, other than the for loop, might not “know” when it will be done…
So it depends on what you are doing and whether you know how long it will be looping…
Otherwise you could do an infinite progress that fills in and starts from beginning multiple times until the exit condition is met…