Category > Text file functions xHarbour Developers Network  

 
ItemDescription
HB_FEof()Tests if the end-of-file is reached in the currently selected text file.
HB_FGoBottom()Moves the file pointer to the last line in a text file.
HB_FGoto()Moves the record pointer to a specific line in the currently selected text file.
HB_FGoTop()Moves the record pointer to the begin-of-file.
HB_FInfo()Retrieves status information about the currently selected text file.
HB_FLastRec()Returns the number of lines in the currently selected text file.
HB_FReadAndSkip()Reads the current line and moves the record pointer.
HB_FreadLN()Reads the current line and without moving the record pointer.
HB_FRecno()Returns the current line number of the currently selected text file.
HB_FSelect()Queries or changes the currently selected text file area.
HB_FSkip()Moves the record pointer in the currently selected text file.
HB_FUse()Opens or closes a text file in a text file area.


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