Docs » Autodocs » dos.library » Delay
Delay -- Delay a process for a specified time
Delay( ticks ) D1 void Delay(ULONG)
The argument 'ticks' specifies how many ticks (50 per second) to wait before returning control.
ticks - integer
Due to a bug in the timer.device in V1.2/V1.3, specifying a timeout of zero for Delay() can cause the unreliable timer & floppy disk operation. This is fixed in V36 and later.
|