delay

Syntax

delay <duration>;

Type

Softkey return strings (FDM and SDC) - code x'90'

FDM Function - Opcode 11

Parameters

Waits the specified time before executing the next instruction.

Description

<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.

References

SR-INS-002461 (softkey), SR-INS-002461 (FDM Scripts).

Notes

No parameter substitutions are possible with this statement.

Example

delay 250;