xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_FEof()

Tests if the end-of-file is reached in the currently selected text file.

Syntax

HB_FEof() --> lEof

Return

The function returns .T. (true) when the record pointer of the currently selected text file has reached the end-of-file, otherwise .F. (false).

Description

The HB_FEof() function indicates if the record pointer of the currently selected text file has reached the end-of-file mark during file navigation. The end-of-file mark is a state variable that exists for each text file open with HB_FUse().

Info

See also:FOpen(), FSeek(), HB_FSelect(), HB_FUse()
Category: File functions , Text file functions , xHarbour extensions
Source:misc\hb_f.c
LIB:libmisc.lib


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