Exit of repeat with two conditions
Unsoundcode
Posts: 1,532
Hi to all, what would be the best way to to write a repeat loop that I can exit based on a value condition or elapsed time condition.
This is kind of what I want
repeat
·· some code
until value==x or time_elapsed==100mS
probably simple but I can't get it
thanks in advance
Jeff T.
·
This is kind of what I want
repeat
·· some code
until value==x or time_elapsed==100mS
probably simple but I can't get it
thanks in advance
Jeff T.
·
Comments
Jeff T.