SET TALK

From Recital Documentation Wiki
Revision as of 13:23, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET TALK

Class

Recital Terminal Developer Environment


Purpose

Determine whether command results will be echoed to the screen


Syntax

SET TALK ON | OFF | (<expL>)


See Also

SET ODOMETER, SET ECHO, SET STEP, SET DEBUG


Description

The SET TALK ON command can be used to assist in program debugging. If SET TALK is ON, then the result of certain commands will be echoed to the screen. Certain commands which may take a long time, such as PACK, INDEX, REINDEX etc. count on the screen to inform you of their progress. If TALK is OFF, this counting is disabled. The SET ODOMETER command can be used in conjunction with the SET TALK command to adjust the rate at which the counter is updated. By default, TALK is ON.


Example

set talk on
i = 10
        10
set talk off
i = 10
set talk on
set odometer to 10
use patrons
index on event to events
Indexing complete, 2400 records indexed.


Products

Recital Terminal Developer