SLEEP

From Recital Documentation Wiki
Revision as of 16:08, 25 November 2009 by Helengeorge (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Pause program execution for a specified number of seconds


Syntax

SLEEP <expN>


See Also

DIALOG BOX, INKEY(), ON KEY, SET MESSAGE


Description

The SLEEP command pauses execution of a program for the specified number of seconds.


Example

use patrons index events, dates, names
seek "CONCERTO"
if not found()
    set message to "Event not found."
sleep 2
set message to
endif


Products

Recital Server, Recital