What if I only want to sleep for milliseconds?
- Posted by tiger05 Jun 24, 2009
- 1316 views
Hello. I created a countdown timer program, but the program grinds the CPU to a halt when using Windows. I wanted to use the sleep function so the program wouldn't be constantly hogging the CPU, but the sleep function sleeps for seconds instead of milliseconds. Is there a way to only sleep for milliseconds in Euphoria like one could do in BASIC?