|
|
Browse by Tags
All Tags » Education » language
-
Tight loop are an issue for a lot of languages because they don't give the PC enough time to process background jobs, this is the reason for commands like DoEvents() in Phrogram and VB, if you put a DoEvents in the tight loop usually this will solve the issue because it forces Background events to run.
Thanks and have fun
|
|
|