Version 5 (modified by 5 weeks ago) ( diff ) | ,
---|
SleepMilliseconds ¶
Pause a specified number of milliseconds
void SleepMilliseconds(int nMilliseconds);
Parameters ¶
- nMilliseconds - number of miliseconds to pause
Return Value ¶
Function does not return a value
Remarks ¶
This pauses the application for the specified number of milliseconds.
Examples ¶
DisplayText(0, 0, "Starting..."); SleepMilliseconds(1500); DisplayText(0, 20, "Ready");
See Also ¶
Note:
See TracWiki
for help on using the wiki.