Table of Contents

Delay subroutine

Description

Pauses program execution for specified number of seconds.

Syntax

Delay(seconds)

Parameters

The Delay subroutine accepts a parameter that specifies the number of seconds to wait.

Example

Delay(2)
 
**
**