P
Patrick Tingen
Guest
In the application I am working on, I come across the use of the (external) sleep function a lot. PROCEDURE Sleep EXTERNAL "kernel32.DLL": DEFINE INPUT PARAMETER intMilliseconds AS LONG. END PROCEDURE. Both sleep and pause do not seem to burden the cpu so would there be any advantage in using sleep over a normal pause statement?
Continue reading...
Continue reading...