Re: Elapsed Time VI
- From: CoastalMaineBird <x@xxxxxxxx>
- Date: Mon, 21 Nov 2005 23:10:41 -0600 (CST)
How about this:
Target = Now + 3000 mSec { your desired time }
repeat { use a WHILE loop }
Quit = Read Digital Line or (NOW >= Target)
until QuitMessage Edited by CoastalMaineBird on 11-21-2005 10:52 PM
.
Relevant Pages
- Re: FMSMCSE finally gone.
... - Programmers don't repeat themselves, they LOOP. ... Prev by Date: ... (microsoft.public.cert.exam.mcse) - code loops 1024 times not what i ask
... I wonder if someone can help, I am trying to repeat some code 200 times can ... you tell me where I am going wrong in my loop. ... Sub test() ... Prev by Date: ... (microsoft.public.excel.programming) - Re: Delay or suspend Application waiting for thread to complete
... If I use a loop that includes a ... call to Application.ProcessMessages, all processes, including the timer and ... Prev by Date: ... (comp.lang.pascal.delphi.misc) - for loop in prolog
... How could i implement a for loop in prolog. ... example that i have an integer variable X and i want to repeat X ... Prev by Date: ... (comp.lang.prolog) - Re: A Class of Non-Halting TMs
... >> Step, current state, input, and tape position. ... and so it will loop forever" may not be true. ... if you take a nonhalting machine history which eventually ... My method will say steps 7-8 repeat: ... (comp.theory) |
|