xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

ReadKill()

Queries or changes the READ termination flag.

Syntax

ReadKill( [<lNewFlag>] ) --> lOldFlag

Arguments

<lNewFlag>
A logical value can be passed that defines the new value for the termination flag of the READ command.

Return

The function returns the previous flag as a logical value.

Description

ReadKill() is a utility function of the Get system. It maintains a logical value used as termination flag of the READ command. When .T. (true) is passed, the READ command is unconditionally terminated.

Info

See also:CLEAR GETS, READ, ReadExit(), ReadUpdated()
Category: Get system
Source:rtl\getsys.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe