User Tools

Site Tools

한국어

cubloc:wait:index

Wait

Wait time

time interval variable or constant (in milliseconds) 10 to 2,147,483,640

Wait for the specified time in milliseconds.

This command will generate a delay using the system clock. This delay function is accurate to 10ms. It is much more precise than the Delay command.

Wait 10    ' Delay 10 ms.
Wait 15    ' Delay 10 ms.
Wait 110   ' Delay 110 ms.
Wait 115   ' Delay 110 ms.

Go CUBLOC home

cubloc/wait/index.txt · Last modified: 2016/04/14 11:07 (external edit)