Difference between revisions of "READEXIT()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
=READEXIT()=
 
 
 
 
==Class==
 
==Class==
 
Screen Forms
 
Screen Forms
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[SET KEY]], [[SET PCKEYS ]]
+
[[Function Keys]], [[READ]], [[SET KEY]], [[SET PCKEYS ]], [[SET READEXIT]]
  
  

Revision as of 11:44, 19 June 2009

Class

Screen Forms


Purpose

Function to control read termination from keyboard


Syntax

READEXIT([<expL>])


See Also

Function Keys, READ, SET KEY, SET PCKEYS , SET READEXIT


Description

The READEXIT() function allows you to enable or disable the termination of a read by using the [CURSOR UP] and [CURSOR DOWN ] keys. Read termination is enabled if the result of the logical expression <expL> is .T. and disabled if .F. The READEXIT() function will return .T. if READEXIT is ON and .F. if READEXIT is OFF. The command PCKEYS must be set ON, when using the function.


Example

? readexit()
.T.
readexit(.F.)
? readexit()
.F.


Products

Recital Mirage Server, Recital Terminal Developer