Difference between revisions of "SET CLOCK"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 16: Line 16:
  
 
==See Also==
 
==See Also==
SET CLOCKDISPLAY, SET CLOCKRATE
+
[[SET CLOCKDISPLAY]], [[SET CLOCKRATE]]
  
  
Line 35: Line 35:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Set_Commands]]
+
[[Category:Set_Commands|CLOCK]]

Revision as of 12:13, 11 March 2009

SET CLOCK

Class

Recital Terminal Developer Environment


Purpose

Specify details of screen display of time


Syntax

SET CLOCK ON | OFF | (<expL>) SET CLOCK TO DEFAULT | <expN1>, <expN2>


See Also

SET CLOCKDISPLAY, SET CLOCKRATE


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. By default, CLOCK is ON.

By default, the time is assumed to be displayed at row 0, column 69, but it may be repositioned with the command SET CLOCK TO row <expN1>, column <expN2>. SET CLOCK TO DEFAULT will reposition the clock display to the default position 0,69. To specify the interval at which the time display is updated, see the SET CLOCKRATE TO command.


Example

set clock on
set clock to 2,65


Products

Recital Terminal Developer