expression is evaluated and converted to a Fixed Binary(31) value.
Description
The DELAY statement delays execution for a length of time equal to the number of milliseconds specified by expression, rounded to the nearest whole second.
Example
/* Both of the following statements suspend /*
/* execution for one second. */
DELAY (10**3);
DELAY (800);
Description
The DELAY statement delays execution for a length of time equal to the number of milliseconds specified by expression, rounded to the nearest whole second.