Difference between revisions of "SET KBEDIT"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET KBEDIT=
 
 
 
 
==Class==
 
==Class==
 
Keyboard Events
 
Keyboard Events
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[SET HISTORY]]
+
[[DB_SAVEHISTORY]], [[DISPLAY HISTORY]], [[DO]], [[LIST HISTORY]], [[SET COMPILE]], [[SET DEVELOPMENT]], [[SET DOHISTORY]], [[SET HISTORY]], [[SET HISTPATH]]
  
  
Line 23: Line 20:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set kbedit on
 
set kbedit on
set history to 10</pre>
+
set history to 10</code>
  
  

Revision as of 13:07, 16 April 2009

Class

Keyboard Events


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