Difference between revisions of "SET CLOCKRATE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | SET | + | [[SET CLOCKDISPLAY]] |
Line 24: | Line 24: | ||
==Example== | ==Example== | ||
<pre> | <pre> | ||
− | set | + | set clockdisplay on |
set clockrate to 5</pre> | set clockrate to 5</pre> | ||
Line 32: | Line 32: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|CLOCKRATE]] |
Revision as of 13:15, 11 March 2009
Contents
SET CLOCKRATE
Class
Recital Terminal Developer Environment
Purpose
Set update intervals for screen display of time
Syntax
SET CLOCKRATE TO <expN>
See Also
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 Terminal Developer