delay <duration>;
Softkey return strings (FDM and SDC) - code x'90'
FDM Function - Opcode 11
Waits the specified time before executing the next instruction.
<duration> is the delay time in 10ms units if used in a return string, and in 100ms units if used in an FDM script. The value of <duration> is in the range 1 to 254.
SR-INS-002461 (softkey), SR-INS-002461 (FDM Scripts).
No parameter substitutions are possible with this statement.
delay 250;