Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many timers are TOO MANY?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00926585
Message ID:
00926724
Views:
14
That is what I would expect. When a timer fires, interrupts any other fox code running, even code running on other timers, something like:
Timer1
Code...
<Timer 2 Fires>       Timer2
                      Code....
                      <Timer 3 Fires>
                                        Timer3
                                        Code...
                                        <Finishes>
                      <Timer 2 continues from where it stopped>
                      <Finishes>
<Timer1 continues from where it stopped>
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform