There was a problem with your SQL connection - Please contact the administrator
Prototype
Delay (delay)
Description
Delay thread delay ticks (100 us = 1 tick) (approximative). Max allowed value of delay is 127 (12.7 msec)
r1 = operation(r1, r2);
Return
Nothing
Code Example
The following code example uses the Delay function.
1 2 3 | /* * Delay */ |