Difference between revisions of "SET CLOCK"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Recital Terminal Developer Environment | Recital Terminal Developer Environment | ||
Line 27: | Line 24: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set clock on | set clock on | ||
− | set clock to 2,65</ | + | set clock to 2,65</code> |
Revision as of 13:32, 15 April 2009
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