Difference between revisions of "SLEEP"

From Recital Documentation Wiki
Jump to: navigation, search
(No difference)

Revision as of 12:12, 16 March 2009

SLEEP

Class

Applications


Purpose

Pause program execution for a specified number of seconds


Syntax

SLEEP <expN>


See Also

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


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 Database Server, Recital Mirage Server, Recital Terminal Developer