WAIT
WAIT(time AS INTEGER) AS BOOLEAN
Suspends the program execution during the time specified by the numerical value <time> (in milliseconds). Returns FALSE if the program has been aborted during wait.
WAIT(time AS INTEGER) AS BOOLEAN
Suspends the program execution during the time specified by the numerical value <time> (in milliseconds). Returns FALSE if the program has been aborted during wait.