Difference between revisions of "SET CLOCKRATE"

From Recital Documentation Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET CLOCKRATE=
 
 
 
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Set update intervals for screen display of time
 
Set update intervals for screen display of time
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[SET CLOCKDISPLAY]]
+
[[SET CLOCK]], [[SET CLOCKDISPLAY]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set clockdisplay on
 
set clockdisplay on
set clockrate to 5</pre>
+
set clockrate to 5</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|CLOCKRATE]]
 
[[Category:Set_Commands|CLOCKRATE]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Latest revision as of 16:51, 12 November 2009

Purpose

Set update intervals for screen display of time


Syntax

SET CLOCKRATE TO <expN>


See Also

SET CLOCK, SET CLOCKDISPLAY


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 clockdisplay on
set clockrate to 5


Products

Recital