SET CLOCKRATE

From Recital Documentation Wiki
Revision as of 16:46, 10 March 2009 by Yvonnemilne (Talk | contribs)

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

SET CLOCKRATE

Class

Recital Terminal Developer Environment


Purpose

Set update intervals for screen display of time


Syntax

SET CLOCKRATE TO <expN>


See Also

SET CLOCK


Description

The time on the screen can be updated at specified intervals. If SET CLOCK is ON, then the time is updated on the screen during terminal READ states in forms, menus, etc. The SET CLOCKRATE TO <expN> command allows you to specify the interval at which the time display is updated in seconds. By default, CLOCKRATE is 1.


Example

set clock on
set clockrate to 5


Products

Recital Terminal Developer