SLEEP Keyword in RapidQWindows/Unix

Pauses the program for a set amount of seconds. Very little or no CPU processing will be used while the program is Sleeping. Use this for keeping a form in the Background without using the CPU.. 

Example:

SLEEP 1.5       'pause program execution for 1.5 seconds



Prev Chapter Contents Next Chapter