Sleep  Global

The Sleep function pauses the program with a C++ while loop.

Please use this function with parsimony and small values.

Syntax

Global.Sleep(
     Integer ms)

Parameters

msDuration of the pause.Required

Return value

The Sleep function has no return values.

Example

Sleep(500)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia