Real-Time Pause?
Moderators: Ice Cream Jonsey, joltcountry
-
- Posts: 192
- Joined: Mon Nov 22, 2004 3:19 pm
- Location: Wichita, KS
- Contact:
Real-Time Pause?
Is there any way to do a real-time pause? Maybe I'm overlooking something, but I'd like to be able to pause the program for maybe a quarter-second. Any suggestions?
- pinback
- Posts: 17927
- Joined: Sat Apr 27, 2002 3:00 pm
- Contact:
-
- Posts: 192
- Joined: Mon Nov 22, 2004 3:19 pm
- Location: Wichita, KS
- Contact:
-
- Posts: 192
- Joined: Mon Nov 22, 2004 3:19 pm
- Location: Wichita, KS
- Contact:
- pinback
- Posts: 17927
- Joined: Sat Apr 27, 2002 3:00 pm
- Contact:
-
- Posts: 2256
- Joined: Mon Apr 29, 2002 6:23 pm
- Location: Milwaukee
-
- Posts: 192
- Joined: Mon Nov 22, 2004 3:19 pm
- Location: Wichita, KS
- Contact:
Ah ha! You are right!
I overlooked this in the manual, I guess. I'm going to try it out now!
(edit)
Success!
Code: Select all
system(PAUSE_100TH_SECOND)
(edit)
Success!