====== 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. [[cubloc:index#system_library:|Go CUBLOC home]]