Difference between revisions of "SET KBEDIT"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
==Class==
 
Keyboard Events
 
  
  

Revision as of 15:21, 26 October 2009


Purpose

Provide command line recall and editing facilities


Syntax

SET KBEDIT ON | OFF | (<expL>)


See Also

DB_SAVEHISTORY, DISPLAY HISTORY, DO, LIST HISTORY, SET COMPILE, SET DEVELOPMENT, SET DOHISTORY, SET HISTORY, SET HISTPATH


Description

The SET KBEDIT ON command provides command line recall and editing facilities. If SET HISTORY is ON, commands can be recalled from history using the [CURSOR UP] and [CURSOR DOWN] keys. Previous command lines held in history can be edited in the same way as fields on forms. The SET HISTORY TO <expN> command specifies the number of commands that will be held in history.


Example

set kbedit on
set history to 10


Products

Recital Terminal Developer