SLEEP

This command will pause the program for the specified Duration.

  Syntax
SLEEP Delay
  Parameters
Delay
Integer
This value is an integer number such as 1.

  Returns

This command does not return a value.

  Description

The Duration is specified in milliseconds, where 1000 units represent 1 second.

  Example Code
FOR T=1 TO 10
PRINT "sleep for one second"
SLEEP 1000
NEXT T
WAIT KEY
  See also

CORE Commands Menu
Index