SEC
(Function)
Converts a value expressed in seconds to milliseconds.
<Numeric value> SEC
This statement converts <Numeric value> set in seconds to milliseconds and calculates it. Use this statement for an instruction set in milliseconds.
DELAY(10SEC)
|
'Waits until 10 seconds elapse.
|