Sleep (open)
Sleep (do nothing) for a given number of milliseconds
Syntax
// Core function, no LOADLIB necessary
MACRO Sleep(INTEGER msecs)
Parameters
INTEGER msecs
Time to sleep, in milliseconds
Sleep (do nothing) for a given number of milliseconds
// Core function, no LOADLIB necessary
MACRO Sleep(INTEGER msecs)
INTEGER msecs
Time to sleep, in milliseconds