Wait
Previous  Top  Next

Prototype

Wait(intTime)

Description

It waits a certain milliseconds number before proceeding with thescript execution.

Parameters

Intime: integer value corresponding to the milliseconds number to wait for.

Returned value

None.

Notes

None.

Example

// It waits a second 
Wait (1000);


// It reproduces the audio file in asynchronous way just once
PlaySound('c:\sound\error.wav', False, False);