WAIT

This command will pause the program for the specified Duration.

  Syntax
WAIT 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
PRINT "wait for 5 seconds "
WAIT 5000
END
  See also

CORE Commands Menu
Index