CALL WAIT
Contents |
Effect
Waits for specified time.
Note: You can interrupt the execution during the waiting period by pressing CTRL+STOP.
Syntax
CALL WAIT (<time>)
Parameter
<time> is waiting time. The value can be between 0 and 32767. A unit equals 1/60 second.
Example
To wait 10 seconds:
CALL WAIT(600)
Related to
CALL INTWAIT, CALL PAUSE, CALL VDPWAIT