Difference between revisions of "SET ODOMETER"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 17: | Line 17: | ||
==See Also== | ==See Also== | ||
− | SET | + | [[SET PERFMETER]], [[SET TALK]] |
Line 41: | Line 41: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|ODOMETER]] |
Revision as of 13:25, 11 March 2009
Contents
SET ODOMETER
Class
Recital Terminal Developer Environment
Purpose
Determine how often the counter is updated in commands that display their progress
Syntax
SET ODOMETER AT <expN1>, <expN2> | DEFAULT SET ODOMETER ON | OFF | (<expL>) SET ODOMETER TO REVERSE | BOLD | NONE | <expN>
See Also
Description
When SET TALK is ON, certain commands display their progress on the screen. Commands such as INDEX, PACK, SORT etc. ’count’ on the screen to inform you of their progress. The SET ODOMETER TO <expN> command allows you to specify the units in which the counting should be performed. By default, the counting is performed in units of one. When SET TALK is OFF, SET ODOMETER TO will not operate unless SET ODOMETER is ON.
You may position the counter display using AT <expN1>, <expN2> which specify the row and column coordinates, or place it back to the default position using the DEFAULT keyword. The BOLD, REVERSE, and NONE keywords allow you to control the display attributes of the counter.
Example
set talk off set odometer on set odometer to 10 set odometer at 10,43 set message to "Pack in progress" pack set odometer off
Products
Recital Terminal Developer