top of page

Delay Commands

dly Delay for a Set Period of Milliseconds

dly

Delay for a set period of milliseconds


Purpose

Delays the execution of a program by the specified number of milliseconds


Syntax

dly ms


Pushers No

Returns Nothing


Examples

dly 100

Wait 100ms


dly 1000

Wait 1 second


Notes

This command does not delay the command line or other functions when run in a program.

bottom of page