Difference between revisions of "SET READEXIT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | SET EDITFIELD, SET PCKEYS, READEXIT() | + | [[SET EDITFIELD]], [[SET PCKEYS]], [[READEXIT()]] |
Line 34: | Line 34: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|READEXIT]] |
Revision as of 15:41, 11 March 2009
Contents
SET READEXIT
Class
Screen Forms
Purpose
Control of read termination from keyboard
Syntax
SET READEXIT ON | OFF | (<expL>)
See Also
SET EDITFIELD, SET PCKEYS, READEXIT()
Description
If READEXIT is set ON, then termination of a read, by using the [CURSOR UP] and [CURSOR DOWN] keys, is enabled. When READEXIT is set OFF, termination of a read, by using the [CURSOR UP] and [CURSOR DOWN] keys, is disabled. The command PCKEYS must be set ON for READEXIT to have any effect. By default, READEXIT is set ON. The READEXIT command is synonymous with the READEXIT() function.
Example
set pckeys on set readexit on m_var = space(10) read
Products
Recital Terminal Developer